allow any for search
authorChristian Grothoff <christian@grothoff.org>
Thu, 25 Feb 2010 12:53:01 +0000 (12:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 25 Feb 2010 12:53:01 +0000 (12:53 +0000)
src/fs/gnunet-service-fs.c

index 58aafe5578b97cd95e87ab2394d9b2ae19350129..afb28de13c4de13786ea903717fa11b145cc0f6f 100644 (file)
@@ -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: