gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12206 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r12206 - gnunet/contrib
Date: Mon, 12 Jul 2010 11:10:12 +0200

Author: wachs
Date: 2010-07-12 11:10:12 +0200 (Mon, 12 Jul 2010)
New Revision: 12206

Modified:
   gnunet/contrib/timeout_watchdog.c
Log:


Modified: gnunet/contrib/timeout_watchdog.c
===================================================================
--- gnunet/contrib/timeout_watchdog.c   2010-07-12 09:01:54 UTC (rev 12205)
+++ gnunet/contrib/timeout_watchdog.c   2010-07-12 09:10:12 UTC (rev 12206)
@@ -98,7 +98,7 @@
 {
   sleep(timeout);
   printf("Child processes were killed after timeout of %u seconds\n",timeout);
-  kill(0,SIGABRT);
+  kill(0,SIGTERM);
   exit(1);
 }  
 exit(1);




reply via email to

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