X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=src%2Fprocess.c;h=737a75e2a4f8dfbc9298247c3e3eb83a1458ef51;hb=362d8a6358019cb97456c8133832f18798cea41f;hp=d588a3fd830f50e8d7510d5fb9cd9eb4493f7dd3;hpb=886a6f61a1f4cc48a77b42d10f34f9126377d904;p=tinc diff --git a/src/process.c b/src/process.c index d588a3fd..737a75e2 100644 --- a/src/process.c +++ b/src/process.c @@ -1,7 +1,7 @@ /* process.c -- process management functions Copyright (C) 1999-2005 Ivo Timmermans, - 2000-2009 Guus Sliepen + 2000-2011 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -387,6 +387,7 @@ static struct { {SIGILL, fatal_signal_handler}, {SIGPIPE, ignore_signal_handler}, {SIGCHLD, ignore_signal_handler}, + {SIGABRT, SIG_DFL}, {0, NULL} }; #endif