Fugly abort();
This commit is contained in:
parent
21d7588442
commit
8ad2508a2a
1 changed files with 0 additions and 5 deletions
|
@ -49,11 +49,6 @@ void handsig(sig)
|
||||||
case SIGHUP:
|
case SIGHUP:
|
||||||
lprintf(info, "Received HUP, rereading configuration files...\n");
|
lprintf(info, "Received HUP, rereading configuration files...\n");
|
||||||
break;
|
break;
|
||||||
#ifdef DEBUG
|
|
||||||
case SIGPIPE:
|
|
||||||
abort();
|
|
||||||
break;
|
|
||||||
#endif
|
|
||||||
default:
|
default:
|
||||||
lprintf(warn, "Received signal %d!\n", sig);
|
lprintf(warn, "Received signal %d!\n", sig);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue