From: Christian Grothoff Date: Thu, 18 Mar 2010 09:58:59 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~22421 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2547930c1304172599ea67de548f695c72bfc85;p=oweals%2Fgnunet.git fix --- diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index 9f290d67d..4b2ce3a9d 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -1560,6 +1560,7 @@ transmit_reply_continuation (void *cls, /* only one reply expected, done with the request! */ destroy_pending_request (pr); break; + case GNUNET_DATASTORE_BLOCKTYPE_ANY: case GNUNET_DATASTORE_BLOCKTYPE_KBLOCK: case GNUNET_DATASTORE_BLOCKTYPE_SBLOCK: break;