aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fs/fs_search.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index 77b66f82f..526e6513b 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -1074,6 +1074,7 @@ transmit_search_request (void *cls,
1074 sm->options = htonl (0); 1074 sm->options = htonl (0);
1075 sm->type = htonl (GNUNET_BLOCK_TYPE_ANY); 1075 sm->type = htonl (GNUNET_BLOCK_TYPE_ANY);
1076 sm->anonymity_level = htonl (sc->anonymity); 1076 sm->anonymity_level = htonl (sc->anonymity);
1077 memset (&sm->target, 0, sizeof (GNUNET_HashCode));
1077 sm->query = sc->requests[sc->keyword_offset].query; 1078 sm->query = sc->requests[sc->keyword_offset].query;
1078 msize += sizeof (GNUNET_HashCode) * mbc.put_cnt; 1079 msize += sizeof (GNUNET_HashCode) * mbc.put_cnt;
1079 GNUNET_CONTAINER_multihashmap_iterate (sc->master_result_map, 1080 GNUNET_CONTAINER_multihashmap_iterate (sc->master_result_map,