X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Ftincd.c;h=c732b7c2154f1672ae86e3a077f0131edabec3d3;hp=0f518372707c0d51087a0b92148cbc464592a718;hb=4c1a4e8a790584e4c7d5c0f2485706f4c01e1911;hpb=a77b35e748b7cf4cf7ac31750cefab7b2b0325f5 diff --git a/src/tincd.c b/src/tincd.c index 0f518372..c732b7c2 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.15 2002/04/28 12:46:26 zarq Exp $ + $Id: tincd.c,v 1.16 2002/05/02 11:50:07 zarq Exp $ */ #include "config.h" @@ -51,7 +51,8 @@ #include #include -#include "conf.h" +#include "callbacks.h" +#include "read_conf.h" #include "net.h" #include "netutl.h" #include "process.h" @@ -380,6 +381,8 @@ cp cp if(detach()) exit(0); + + init_callbacks(); cp for(;;) {