aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-core.c')
-rw-r--r--src/core/gnunet-core.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/gnunet-core.c b/src/core/gnunet-core.c
index 968072e22..d91dc304d 100644
--- a/src/core/gnunet-core.c
+++ b/src/core/gnunet-core.c
@@ -155,8 +155,7 @@ run (void *cls, char *const *args, const char *cfgfile,
155 _("Failed to connect to CORE service!\n")); 155 _("Failed to connect to CORE service!\n"));
156 return; 156 return;
157 } 157 }
158 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 158 GNUNET_SCHEDULER_add_shutdown (&shutdown_task, NULL);
159 &shutdown_task, NULL);
160} 159}
161 160
162 161