From: Christian Grothoff Date: Thu, 25 Feb 2010 12:53:01 +0000 (+0000) Subject: allow any for search X-Git-Tag: initial-import-from-subversion-38251~22610 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90a87556258006bb59448f4095e889dab61ff4fe;p=oweals%2Fgnunet.git allow any for search --- diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index 58aafe557..afb28de13 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -2456,6 +2456,7 @@ handle_start_search (void *cls, type = ntohl (sm->type); switch (type) { + case GNUNET_DATASTORE_BLOCKTYPE_ANY: case GNUNET_DATASTORE_BLOCKTYPE_DBLOCK: case GNUNET_DATASTORE_BLOCKTYPE_IBLOCK: case GNUNET_DATASTORE_BLOCKTYPE_KBLOCK: