tDo not handle SIGABRT - let it terminate the process immediately - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ca2a7226106fe9784b4882b986016ddbede62835
 (DIR) parent 997ed4f6e49a74988ea02ffe72e280ccfb117056
 (HTM) Author: sin <sin@2f30.org>
       Date:   Mon,  1 Dec 2014 16:09:23 +0000
       
       Do not handle SIGABRT - let it terminate the process immediately
       
       Diffstat:
         M ratox.c                             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/ratox.c b/ratox.c
       t@@ -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);