From 90a87556258006bb59448f4095e889dab61ff4fe Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 25 Feb 2010 12:53:01 +0000 Subject: [PATCH] allow any for search --- src/fs/gnunet-service-fs.c | 1 + 1 file changed, 1 insertion(+) 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: -- 2.25.1