Restored wrong removed lines
This commit is contained in:
parent
a99092c5d9
commit
e2b17e4a60
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user