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 d7a15fad6..71a8e81e4 100644
--- a/src/fs/gnunet-service-fs_push.c
+++ b/src/fs/gnunet-service-fs_push.c
@@ -582,7 +582,6 @@ gather_migration_blocks (void *cls)
582 value_found = GNUNET_NO; 582 value_found = GNUNET_NO;
583 mig_qe = 583 mig_qe =
584 GNUNET_DATASTORE_get_for_replication (GSF_dsh, 0, UINT_MAX, 584 GNUNET_DATASTORE_get_for_replication (GSF_dsh, 0, UINT_MAX,
585 GNUNET_TIME_UNIT_FOREVER_REL,
586 &process_migration_content, NULL); 585 &process_migration_content, NULL);
587 if (NULL == mig_qe) 586 if (NULL == mig_qe)
588 consider_gathering (); 587 consider_gathering ();