From 31ab5ebe1eb914d3707af9901ddf1f9330ad7d98 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 21 May 2001 10:24:52 +0000 Subject: Fix patches from HMH and others. svn path=/trunk/; revision=3317 --- sink.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 1f54b2f8..5759a876 100644 --- a/sink.c +++ b/sink.c @@ -937,6 +937,7 @@ void release_sink(struct query *ctl) #else sigaction (SIGCHLD, &sa_old, NULL); #endif /* HAVE_SIGACTION */ + deal_with_sigchld(); } } @@ -960,6 +961,7 @@ int close_sink(struct query *ctl, struct msgblk *msg, flag forward) #else sigaction (SIGCHLD, &sa_old, NULL); #endif /* HAVE_SIGACTION */ + deal_with_sigchld(); if (rc) { report(stderr, -- cgit v1.2.3