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.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c
index 6afeb4faa..97a7a90b5 100644
--- a/src/fs/gnunet-service-fs_put.c
+++ b/src/fs/gnunet-service-fs_put.c
@@ -209,11 +209,9 @@ gather_dht_put_blocks (void *cls,
209 209
210/** 210/**
211 * Setup the module. 211 * Setup the module.
212 *
213 * @param cfg configuration to use
214 */ 212 */
215void 213void
216GSF_put_init_ (struct GNUNET_CONFIGURATION_Handle *cfg) 214GSF_put_init_ ()
217{ 215{
218 dht_task = GNUNET_SCHEDULER_add_now (&gather_dht_put_blocks, NULL); 216 dht_task = GNUNET_SCHEDULER_add_now (&gather_dht_put_blocks, NULL);
219} 217}