projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76bbbda
)
add note about but #4608
author
Christian Grothoff
<christian@grothoff.org>
Sun, 26 Feb 2017 00:28:25 +0000
(
01:28
+0100)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 26 Feb 2017 00:28:25 +0000
(
01:28
+0100)
src/fs/fs_search.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_search.c
b/src/fs/fs_search.c
index 75ce4b54f323a7568e33761548445f12fa9b7b6c..3cbf2afefdcc0ec3f5f388735af00bec9d39d2c2 100644
(file)
--- a/
src/fs/fs_search.c
+++ b/
src/fs/fs_search.c
@@
-1145,7
+1145,7
@@
schedule_transmit_search_request (struct GNUNET_FS_SearchContext *sc)
&build_result_set,
&mbc);
search_request_map_offset += todo;
- GNUNET_assert (0 == mbc.put_cnt);
+ GNUNET_assert (0 == mbc.put_cnt);
/* #4608 reports this fails? */
GNUNET_assert (total_seen_results >= search_request_map_offset);
if (total_seen_results != search_request_map_offset)
{