diff options
author | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2006-02-28 11:53:19 +0000 |
---|---|---|
committer | paul <paul@7b491191-dbf0-0310-aff6-d879d4d69008> | 2006-02-28 11:53:19 +0000 |
commit | 27c336c8dbe6852418b13f59012655f0a6dff268 (patch) | |
tree | e3c8906d608a8bb21b9cc254ee57cd098bfbb92b /serverchild.c | |
parent | b415a3fdd1e315e0d18781cbd00226efaa363e43 (diff) |
merging git tree
git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@1998 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'serverchild.c')
-rw-r--r-- | serverchild.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/serverchild.c b/serverchild.c index abc6756b..cbce589b 100644 --- a/serverchild.c +++ b/serverchild.c @@ -77,6 +77,8 @@ void active_child_sig_handler(int sig, siginfo_t * info UNUSED, void *data UNUSE static int triedDisconnect = 0; + //trace(TRACE_DEBUG,"%s,%s: %s", __FILE__, __func__, strsignal(sig)); + /* perform reinit at SIGHUP otherwise exit, but do nothing on * SIGCHLD*/ switch (sig) { |