add note about but #4608
authorChristian Grothoff <christian@grothoff.org>
Sun, 26 Feb 2017 00:28:25 +0000 (01:28 +0100)
committerChristian Grothoff <christian@grothoff.org>
Sun, 26 Feb 2017 00:28:25 +0000 (01:28 +0100)
src/fs/fs_search.c

index 75ce4b54f323a7568e33761548445f12fa9b7b6c..3cbf2afefdcc0ec3f5f388735af00bec9d39d2c2 100644 (file)
@@ -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)
       {