Restored wrong removed lines

This commit is contained in:
Michiel Broek 2005-09-12 18:00:26 +00:00
parent a99092c5d9
commit e2b17e4a60

View File

@ -71,8 +71,8 @@ int rawport(void)
int cookedport(void) int cookedport(void)
{ {
Syslog('t', "SIGHUP => SIG_IGN"); signal(SIGHUP, SIG_IGN);
Syslog('t', "SIGPIPE => SIG_IGN"); signal(SIGPIPE, SIG_IGN);
return 0; return 0;
} }