]> www.tinc-vpn.org Git - tinc/blobdiff - src/process.c
Always use the default signal handler for ABRT signals.
[tinc] / src / process.c
index 0007943ab6332899490ce3732fca5bb483729a77..a3de06591c86b40ccf28b7c3bb1102adee70c258 100644 (file)
@@ -546,6 +546,7 @@ static struct {
        {SIGCHLD, ignore_signal_handler},
        {SIGALRM, sigalrm_handler},
        {SIGWINCH, sigwinch_handler},
+       {SIGABRT, SIG_DFL},
        {0, NULL}
 };
 #endif