aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-service-fs_put.c')
-rw-r--r--src/fs/gnunet-service-fs_put.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index 3517c7b24..bb4cb4ecb 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -225,7 +225,6 @@ gather_dht_put_blocks (void *cls)
225 po->dht_qe = 225 po->dht_qe =
226 GNUNET_DATASTORE_get_zero_anonymity (GSF_dsh, po->current_offset++, 0, 226 GNUNET_DATASTORE_get_zero_anonymity (GSF_dsh, po->current_offset++, 0,
227 UINT_MAX, 227 UINT_MAX,
228 GNUNET_TIME_UNIT_FOREVER_REL,
229 po->dht_put_type, 228 po->dht_put_type,
230 &process_dht_put_content, po); 229 &process_dht_put_content, po);
231 if (NULL == po->dht_qe) 230 if (NULL == po->dht_qe)