From ca2a7226106fe9784b4882b986016ddbede62835 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 1 Dec 2014 16:09:23 +0000 Subject: Do not handle SIGABRT - let it terminate the process immediately --- ratox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index 6138b8f..25acc9b 100644 --- a/ratox.c +++ b/ratox.c @@ -2000,7 +2000,6 @@ main(int argc, char *argv[]) signal(SIGHUP, initshutdown); signal(SIGINT, initshutdown); signal(SIGQUIT, initshutdown); - signal(SIGABRT, initshutdown); signal(SIGTERM, initshutdown); signal(SIGPIPE, SIG_IGN); -- cgit v1.2.3