gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: gently terminate tw


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: gently terminate twister.
Date: Wed, 21 Mar 2018 10:25:28 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6492d04  gently terminate twister.
6492d04 is described below

commit 6492d04f2a19ab33a43d9e1080a09741533d1f86
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 21 10:25:01 2018 +0100

    gently terminate twister.
---
 src/lib/test_merchant_api_twisted.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/test_merchant_api_twisted.c 
b/src/lib/test_merchant_api_twisted.c
index 963bbfd..981ed38 100644
--- a/src/lib/test_merchant_api_twisted.c
+++ b/src/lib/test_merchant_api_twisted.c
@@ -530,7 +530,7 @@ run (void *cls,
 static void
 purge_process (struct GNUNET_OS_Process *process)
 {
-  GNUNET_OS_process_kill (process, SIGKILL);
+  GNUNET_OS_process_kill (process, SIGINT);
   GNUNET_OS_process_wait (process);
   GNUNET_OS_process_destroy (process);
 }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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