aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_push.c
diff options
context:
space:
mode:
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 {