X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=5aafb96568901c5c4bcf210759fd573d78ba0217;hp=0ae2b7c33c31e1b5913b6ca6d3e05d0a5341c20d;hb=18c85caac36f7236454deef11b9eba74328dbd96;hpb=ea40d3f1a05e9edf4ccfb77f4e9e0f8355e94a83 diff --git a/src/tincd.c b/src/tincd.c index 0ae2b7c3..5aafb965 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: tincd.c,v 1.10.4.2 2000/06/28 11:38:01 guus Exp $ + $Id: tincd.c,v 1.10.4.4 2000/06/29 17:09:08 guus Exp $ */ #include "config.h" @@ -485,7 +485,7 @@ setup_signals(void) signal(SIGINT, sigint_handler); signal(SIGUSR1, sigusr1_handler); signal(SIGUSR2, sigusr2_handler); - signal(SIGCHLD, parent_exit); +// signal(SIGCHLD, parent_exit); } RETSIGTYPE parent_exit(int a)