aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-download.c')
-rw-r--r--src/fs/gnunet-download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-download.c b/src/fs/gnunet-download.c
index a2b0aa5fc..6d9adb8ab 100644
--- a/src/fs/gnunet-download.c
+++ b/src/fs/gnunet-download.c
@@ -284,8 +284,8 @@ run (void *cls, char *const *args, const char *cfgfile,
284 ctx = NULL; 284 ctx = NULL;
285 return; 285 return;
286 } 286 }
287 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, &shutdown_task, 287 GNUNET_SCHEDULER_add_shutdown (&shutdown_task,
288 NULL); 288 NULL);
289} 289}
290 290
291 291