aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-31 13:21:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-31 13:21:24 +0000
commit672d4cc8c0d9d2f7420e837511bffac88777345b (patch)
treefd087cd175dceb4d41b71334cf6d9f0fcadb24c2 /src/fs/gnunet-service-fs_push.c
parent664f658ddc0b302cc7b04d31319dba1e26f5f603 (diff)
downloadgnunet-672d4cc8c0d9d2f7420e837511bffac88777345b.tar.gz
gnunet-672d4cc8c0d9d2f7420e837511bffac88777345b.zip
fixes
Diffstat (limited to 'src/fs/gnunet-service-fs_push.c')
-rw-r--r--src/fs/gnunet-service-fs_push.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_push.c b/src/fs/gnunet-service-fs_push.c
index 65b15f356..b96ee3d1c 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -404,7 +404,6 @@ find_content (struct MigrationReadyPeer *mrp)
404 /* failed to find migration target AND 404 /* failed to find migration target AND
405 queue is full, purge most-forwarded 405 queue is full, purge most-forwarded
406 block from queue to make room for more */ 406 block from queue to make room for more */
407 score = 0;
408 pos = mig_head; 407 pos = mig_head;
409 while (NULL != pos) 408 while (NULL != pos)
410 { 409 {