gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: still on gentle twi


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: still on gentle twister termination.
Date: Mon, 26 Mar 2018 21:43:51 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 3e191f3  still on gentle twister termination.
3e191f3 is described below

commit 3e191f3b080f692bbb80c66f5c24736955f3f46d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 26 21:43:25 2018 +0200

    still on gentle twister termination.
---
 src/bank-lib/testing_api_helpers.c           | 6 +++---
 src/exchange-lib/test_exchange_api_twisted.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/bank-lib/testing_api_helpers.c 
b/src/bank-lib/testing_api_helpers.c
index 8446f95..99b0e8c 100644
--- a/src/bank-lib/testing_api_helpers.c
+++ b/src/bank-lib/testing_api_helpers.c
@@ -126,12 +126,12 @@ TALER_TESTING_prepare_bank (const char *config_filename)
 
   cfg = GNUNET_CONFIGURATION_create ();
 
-  if (GNUNET_OK != GNUNET_CONFIGURATION_load (cfg, config_filename))
+  if (GNUNET_OK != GNUNET_CONFIGURATION_load
+      (cfg, config_filename))
     BANK_FAIL ();
 
   if (GNUNET_OK != GNUNET_CONFIGURATION_get_value_number
-    (cfg, "bank",
-     "HTTP_PORT", &port))
+    (cfg, "bank", "HTTP_PORT", &port))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "bank",
diff --git a/src/exchange-lib/test_exchange_api_twisted.c 
b/src/exchange-lib/test_exchange_api_twisted.c
index 902969c..6032417 100644
--- a/src/exchange-lib/test_exchange_api_twisted.c
+++ b/src/exchange-lib/test_exchange_api_twisted.c
@@ -162,7 +162,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]