From e2b17e4a6006ab11c697f8108de40fe51d2b2d6c Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 12 Sep 2005 18:00:26 +0000 Subject: [PATCH] Restored wrong removed lines --- mbnntp/openport.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbnntp/openport.c b/mbnntp/openport.c index 8e1b11c4..a2384808 100644 --- a/mbnntp/openport.c +++ b/mbnntp/openport.c @@ -71,8 +71,8 @@ int rawport(void) int cookedport(void) { - Syslog('t', "SIGHUP => SIG_IGN"); - Syslog('t', "SIGPIPE => SIG_IGN"); + signal(SIGHUP, SIG_IGN); + signal(SIGPIPE, SIG_IGN); return 0; }