Fugly abort();

This commit is contained in:
dcp1990 2005-06-13 22:16:33 +00:00
parent 21d7588442
commit 8ad2508a2a

View File

@ -49,11 +49,6 @@ void handsig(sig)
case SIGHUP:
lprintf(info, "Received HUP, rereading configuration files...\n");
break;
#ifdef DEBUG
case SIGPIPE:
abort();
break;
#endif
default:
lprintf(warn, "Received signal %d!\n", sig);
}