aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 4f583c5bd..79c1f8435 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3210,7 +3210,8 @@ run (void *cls, char *const *args GNUNET_UNUSED,
3210 GNUNET_SCHEDULER_shutdown (); 3210 GNUNET_SCHEDULER_shutdown ();
3211 return; 3211 return;
3212 } 3212 }
3213 helper_handle = GNUNET_HELPER_start ("gnunet-helper-exit", 3213 helper_handle = GNUNET_HELPER_start (GNUNET_NO,
3214 "gnunet-helper-exit",
3214 exit_argv, 3215 exit_argv,
3215 &message_token, 3216 &message_token,
3216 NULL, NULL); 3217 NULL, NULL);