X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=7118d1f3fd4694323f203fb1bbfae5364fbce2e9;hp=0b02aad4daef42e92bd62bee3a44f739b96f10d6;hb=3a6200c1e39b61b249db3d1f9bcffa77351863bd;hpb=5d1145f2c4b3b8261ca0aa0e89a2daf321640f0b diff --git a/src/tincd.c b/src/tincd.c index 0b02aad4..7118d1f3 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.30 2000/11/16 22:12:23 zarq Exp $ + $Id: tincd.c,v 1.10.4.32 2000/11/20 22:13:14 guus Exp $ */ #include "config.h" @@ -64,6 +64,7 @@ #include "conf.h" #include "net.h" #include "netutl.h" +#include "process.h" #include "protocol.h" #include "subnet.h" @@ -320,6 +321,8 @@ main(int argc, char **argv, char **envp) if(read_server_config()) return 1; + init_processes(); + if(detach()) exit(0);