]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - gnutls/patches/gnutls-3.0.13-force-kill-of-child-process.patch
strongswan: Update to 4.6.2.
[people/amarx/ipfire-3.x.git] / gnutls / patches / gnutls-3.0.13-force-kill-of-child-process.patch
1 From 642e6b5ca996325dc0ca6401a3b87039408b2585 Mon Sep 17 00:00:00 2001
2 From: Nikos Mavrogiannopoulos <nmav@gnutls.org>
3 Date: Sun, 19 Feb 2012 19:51:06 +0100
4 Subject: [PATCH] force kill of child process.
5
6 ---
7 tests/mini-loss-time.c | 1 +
8 1 files changed, 1 insertions(+), 0 deletions(-)
9
10 diff --git a/tests/mini-loss-time.c b/tests/mini-loss-time.c
11 index 17f6d3f..cc01dcd 100644
12 --- a/tests/mini-loss-time.c
13 +++ b/tests/mini-loss-time.c
14 @@ -267,6 +267,7 @@ static void start (int server_packet, int client_packet)
15 {
16 /* parent */
17 server (fd[0], server_packet);
18 + kill(child, SIGTERM);
19 }
20 else
21 {
22 --
23 1.7.2.5
24