aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2006-12-10 06:31:35 +0000
committerChristian Grothoff <christian@grothoff.org>2006-12-10 06:31:35 +0000
commitde1db1a2dfb9ff646544b7aa103cf92f7eb2c3af (patch)
treec076ee09ff06b629d3c5f5b8752641f2d04eceb1
parent16fdea53d4f80a9e8ced817ec270dd46816e21b8 (diff)
downloadgnunet-gtk-de1db1a2dfb9ff646544b7aa103cf92f7eb2c3af.tar.gz
gnunet-gtk-de1db1a2dfb9ff646544b7aa103cf92f7eb2c3af.zip
fx
-rw-r--r--src/plugins/fs/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fs/search.c b/src/plugins/fs/search.c
index 6d7504c1..86c117bd 100644
--- a/src/plugins/fs/search.c
+++ b/src/plugins/fs/search.c
@@ -519,7 +519,7 @@ typedef struct {
519} FSSS; 519} FSSS;
520 520
521static void * search_start_helper(void * cls) { 521static void * search_start_helper(void * cls) {
522 FSSS * fsss; 522 FSSS * fsss = cls;
523 FSUI_startSearch(ctx, 523 FSUI_startSearch(ctx,
524 fsss->anonymity, 524 fsss->anonymity,
525 fsss->max, 525 fsss->max,