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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index c029b4141..07d32ef31 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -161,9 +161,9 @@ process_dht_put_content (void *cls, const GNUNET_HashCode * key, size_t size,
161 "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key), 161 "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key),
162 type); 162 type);
163#endif 163#endif
164 GNUNET_DHT_put (GSF_dht, key, 5 /* DEFAULT_PUT_REPLICATION */, 164 GNUNET_DHT_put (GSF_dht, key, 5 /* DEFAULT_PUT_REPLICATION */ ,
165 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, 165 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, type, size, data,
166 type, size, data, expiration, GNUNET_TIME_UNIT_FOREVER_REL, 166 expiration, GNUNET_TIME_UNIT_FOREVER_REL,
167 &delay_dht_put_blocks, po); 167 &delay_dht_put_blocks, po);
168} 168}
169 169