From 3e191f3b080f692bbb80c66f5c24736955f3f46d Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 26 Mar 2018 21:43:25 +0200 Subject: still on gentle twister termination. --- src/exchange-lib/test_exchange_api_twisted.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/exchange-lib/test_exchange_api_twisted.c') diff --git a/src/exchange-lib/test_exchange_api_twisted.c b/src/exchange-lib/test_exchange_api_twisted.c index 902969c98..6032417ea 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); } -- cgit v1.2.3