diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-12-10 06:31:35 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-12-10 06:31:35 +0000 |
commit | de1db1a2dfb9ff646544b7aa103cf92f7eb2c3af (patch) | |
tree | c076ee09ff06b629d3c5f5b8752641f2d04eceb1 | |
parent | 16fdea53d4f80a9e8ced817ec270dd46816e21b8 (diff) | |
download | gnunet-gtk-de1db1a2dfb9ff646544b7aa103cf92f7eb2c3af.tar.gz gnunet-gtk-de1db1a2dfb9ff646544b7aa103cf92f7eb2c3af.zip |
fx
-rw-r--r-- | src/plugins/fs/search.c | 2 |
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 | ||
521 | static void * search_start_helper(void * cls) { | 521 | static 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, |