From e1f75a80821125170e23a9b920d138a4a952c708 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Wed, 15 Sep 2004 12:06:17 +0000 Subject: Relevant BUGIDs: Purpose of commit: Commit summary: --------------- bugfix: Add parts of Steve Grubb's resource leak and other fixes --- modules/pam_pwdb/support.-c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_pwdb') diff --git a/modules/pam_pwdb/support.-c b/modules/pam_pwdb/support.-c index 96f34609..45867ce8 100644 --- a/modules/pam_pwdb/support.-c +++ b/modules/pam_pwdb/support.-c @@ -370,7 +370,7 @@ static int pwdb_run_helper_binary(pam_handle_t *pamh, const char *passwd, * The "noreap" module argument is provided so that the admin can * override this behavior. */ - sighandler = signal(SIGCHLD, SIG_IGN); + sighandler = signal(SIGCHLD, SIG_DFL); } /* fork */ -- cgit v1.2.3