aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_lc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-10 17:34:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-10 17:34:42 +0000
commite87e273ce5f864e20fcca02c34bef72de4fc00bd (patch)
tree14125cc08e325f9133d4a7a8b43b7de5f7fece94 /src/fs/gnunet-service-fs_lc.c
parente253ed6e7e5ac2a113b6dbc762258f358c9ca5ae (diff)
downloadgnunet-e87e273ce5f864e20fcca02c34bef72de4fc00bd.tar.gz
gnunet-e87e273ce5f864e20fcca02c34bef72de4fc00bd.zip
load
Diffstat (limited to 'src/fs/gnunet-service-fs_lc.c')
-rw-r--r--src/fs/gnunet-service-fs_lc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_lc.c b/src/fs/gnunet-service-fs_lc.c
index f284ba0f8..d5b6f4297 100644
--- a/src/fs/gnunet-service-fs_lc.c
+++ b/src/fs/gnunet-service-fs_lc.c
@@ -292,6 +292,10 @@ GSF_local_client_start_search_handler_ (struct GNUNET_SERVER_Client *client,
292 (type == GNUNET_BLOCK_TYPE_FS_NBLOCK) || 292 (type == GNUNET_BLOCK_TYPE_FS_NBLOCK) ||
293 (type == GNUNET_BLOCK_TYPE_ANY) ) 293 (type == GNUNET_BLOCK_TYPE_ANY) )
294 { 294 {
295 /* FIXME: this does currently not work to filter duplicate
296 results from *local* datastore since the local store is
297 queried before we continue to process additional
298 messages from the client! -- fix protocol? */
295 cr = lc->cr_head; 299 cr = lc->cr_head;
296 while (cr != NULL) 300 while (cr != NULL)
297 { 301 {