aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-05 16:10:55 +0000
commit2a23e57e4216593e83e7235e23988564825e4229 (patch)
tree89cdee0dd816e722214f76f4b9762140416ade20 /src/fs/gnunet-service-fs.c
parentdfeb2b787f31255761a808007779c6e992c47591 (diff)
downloadgnunet-2a23e57e4216593e83e7235e23988564825e4229.tar.gz
gnunet-2a23e57e4216593e83e7235e23988564825e4229.zip
starting major change towards implementing #2564, this breaks some FS tests and FS APIs
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 0f4d513ff..4364265a8 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -405,9 +405,7 @@ start_p2p_processing (void *cls, struct GSF_PendingRequest *pr,
405 "Considering stream-based download for block\n"); 405 "Considering stream-based download for block\n");
406 GSF_stream_lookup_ (pr); 406 GSF_stream_lookup_ (pr);
407 break; 407 break;
408 case GNUNET_BLOCK_TYPE_FS_KBLOCK: 408 case GNUNET_BLOCK_TYPE_FS_UBLOCK:
409 case GNUNET_BLOCK_TYPE_FS_SBLOCK:
410 case GNUNET_BLOCK_TYPE_FS_NBLOCK:
411 /* the above block types are in the DHT */ 409 /* the above block types are in the DHT */
412 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 410 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
413 "Considering DHT-based search for block\n"); 411 "Considering DHT-based search for block\n");