X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprocess.c;h=e74c1d9aea7c0cd8b3a40120b8dfdd9811560ffb;hp=0007943ab6332899490ce3732fca5bb483729a77;hb=67766d65f06854ee894d784f638c5c9cd2b50bca;hpb=e764ff7be9949c91865aff72844357e76ae6dd78 diff --git a/src/process.c b/src/process.c index 0007943a..e74c1d9a 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 @@ -546,6 +546,7 @@ static struct { {SIGCHLD, ignore_signal_handler}, {SIGALRM, sigalrm_handler}, {SIGWINCH, sigwinch_handler}, + {SIGABRT, SIG_DFL}, {0, NULL} }; #endif