X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=08c78ce523b3f96603120577eed65cd89326b919;hp=8e3d15a0f720da0d68d8b99b7c97fc94918e5767;hb=131327a729216de8ae86da0c3c4d65d409741b7b;hpb=e3c51b61caabc1a55772f7a52e75aab642c200ed diff --git a/src/conf.c b/src/conf.c index 8e3d15a0..08c78ce5 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.11 2002/04/09 15:26:00 zarq Exp $ + $Id: conf.c,v 1.12 2002/04/13 10:04:14 zarq Exp $ */ #include "config.h" @@ -48,7 +48,6 @@ avl_tree_t *config_tree; -int debug_lvl = 0; int pingtimeout = 0; /* seconds before timeout */ char *confbase = NULL; /* directory in which all config files are */ char *netname = NULL; /* name of the vpn network */