diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vpn/gnunet-daemon-vpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c index 19824cc589..ddd540cb07 100644 --- a/src/vpn/gnunet-daemon-vpn.c +++ b/src/vpn/gnunet-daemon-vpn.c @@ -81,7 +81,7 @@ static void restart_helper(void* cls, const struct GNUNET_SCHEDULER_TaskContext* struct vpn_cls* mycls = (struct vpn_cls*) cls; // Kill the helper - PLIBC_KILL(mycls->helper_pid, SIGTERM); + PLIBC_KILL(mycls->helper_pid, SIGKILL); GNUNET_OS_process_wait(mycls->helper_pid); // Restart the helper |