X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fvpn%2Fgnunet-daemon-vpn.c;h=ddd540cb0744874f409ff00b6c6c340252665dca;hb=4c5f0baee93fdab6471d14dc1c4f50b741157b5a;hp=19824cc589df8d390501003573394d41b9c3a7e8;hpb=9a4be70c294da35d740c78dde8f1a8e516eb26ec;p=oweals%2Fgnunet.git diff --git a/src/vpn/gnunet-daemon-vpn.c b/src/vpn/gnunet-daemon-vpn.c index 19824cc58..ddd540cb0 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