From 2f5b85fa0ad41ebc7fe9146dfd0248943d75cdaf Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 16 Apr 2001 16:46:20 +0000 Subject: added back kill to child process as some report of locking ? --- parsehdlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/parsehdlist.c b/parsehdlist.c index cfc54be..6b1d97b 100644 --- a/parsehdlist.c +++ b/parsehdlist.c @@ -366,6 +366,7 @@ int main(int argc, char **argv) } fdClose(fd); if (pid) { + kill(pid, SIGTERM); waitpid(pid, NULL, 0); pid = 0; } -- cgit v1.2.1