aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-25 12:53:01 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-25 12:53:01 +0000
commit90a87556258006bb59448f4095e889dab61ff4fe (patch)
treeb85795ccbeb0621cda57dd5b9afaef97ad56d722 /src/fs/gnunet-service-fs.c
parent23886e5dbc14010c96e7de82a1767aa4e2dc7afb (diff)
downloadgnunet-90a87556258006bb59448f4095e889dab61ff4fe.tar.gz
gnunet-90a87556258006bb59448f4095e889dab61ff4fe.zip
allow any for search
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c1
1 files changed, 1 insertions, 0 deletions
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,
2456 type = ntohl (sm->type); 2456 type = ntohl (sm->type);
2457 switch (type) 2457 switch (type)
2458 { 2458 {
2459 case GNUNET_DATASTORE_BLOCKTYPE_ANY:
2459 case GNUNET_DATASTORE_BLOCKTYPE_DBLOCK: 2460 case GNUNET_DATASTORE_BLOCKTYPE_DBLOCK:
2460 case GNUNET_DATASTORE_BLOCKTYPE_IBLOCK: 2461 case GNUNET_DATASTORE_BLOCKTYPE_IBLOCK:
2461 case GNUNET_DATASTORE_BLOCKTYPE_KBLOCK: 2462 case GNUNET_DATASTORE_BLOCKTYPE_KBLOCK: