gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12419 - gnunet/src/vpn


From: gnunet
Subject: [GNUnet-SVN] r12419 - gnunet/src/vpn
Date: Sat, 31 Jul 2010 01:34:55 +0200

Author: toelke
Date: 2010-07-31 01:34:55 +0200 (Sat, 31 Jul 2010)
New Revision: 12419

Modified:
   gnunet/src/vpn/gnunet-daemon-vpn.c
Log:
really kill the helper if something went wrong

Modified: gnunet/src/vpn/gnunet-daemon-vpn.c
===================================================================
--- gnunet/src/vpn/gnunet-daemon-vpn.c  2010-07-30 23:34:49 UTC (rev 12418)
+++ gnunet/src/vpn/gnunet-daemon-vpn.c  2010-07-30 23:34:55 UTC (rev 12419)
@@ -81,7 +81,7 @@
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]