gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1068 - GNUnet/src/util


From: grothoff
Subject: [GNUnet-SVN] r1068 - GNUnet/src/util
Date: Sun, 26 Jun 2005 08:04:33 -0700 (PDT)

Author: grothoff
Date: 2005-06-26 08:04:30 -0700 (Sun, 26 Jun 2005)
New Revision: 1068

Modified:
   GNUnet/src/util/daemon.c
Log:
fix

Modified: GNUnet/src/util/daemon.c
===================================================================
--- GNUnet/src/util/daemon.c    2005-06-26 15:02:41 UTC (rev 1067)
+++ GNUnet/src/util/daemon.c    2005-06-26 15:04:30 UTC (rev 1068)
@@ -316,7 +316,7 @@
 
 int termProcess(int pid) {
 #ifndef MINGW
-       return kill(daemon1, SIGTERM) == 0;
+       return kill(pid, SIGTERM) == 0;
 #else
        int ret;
        DWORD dwExitCode = 0;





reply via email to

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