aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_search.c')
-rw-r--r--src/fs/fs_search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_search.c b/src/fs/fs_search.c
index d4f0770e3..be7f4bdc5 100644
--- a/src/fs/fs_search.c
+++ b/src/fs/fs_search.c
@@ -584,7 +584,7 @@ process_ksk_result (struct GNUNET_FS_SearchContext *sc,
584 (koff < sc->uri->data.ksk.keywordCount)); 584 (koff < sc->uri->data.ksk.keywordCount));
585 sr->keyword_bitmap[koff / 8] |= (1 << (koff % 8)); 585 sr->keyword_bitmap[koff / 8] |= (1 << (koff % 8));
586 /* check if mandatory satisfied */ 586 /* check if mandatory satisfied */
587 if (1 == GNUNET_CONTAINER_multihashmap_size (ent->results)) 587 if (1 <= GNUNET_CONTAINER_multihashmap_size (ent->results))
588 { 588 {
589 if (ent->mandatory) 589 if (ent->mandatory)
590 { 590 {