X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=0fb18ab1db1edd80ac44ce0becfbc5703b820128;hp=e57eb8bd0831919761773c0fd212f2a01d1799b3;hb=f605ec47bed26362e24ffacf71c7ae5aeed3c230;hpb=c7bf64c7946ece3e1a6a7cdd7bce00045bddb9cd diff --git a/src/conf.c b/src/conf.c index e57eb8bd..0fb18ab1 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.9.4.70 2003/08/02 15:27:24 guus Exp $ + $Id: conf.c,v 1.9.4.72 2003/08/02 21:34:10 guus Exp $ */ #include "system.h" @@ -363,7 +363,7 @@ int read_config_file(avl_tree_t *config_tree, const char *fname) continue; if(ignore) { - if(!strncmp(variable, "-----END", 8)) + if(!strncmp(line, "-----END", 8)) ignore = false; continue; } @@ -390,7 +390,6 @@ int read_config_file(avl_tree_t *config_tree, const char *fname) break; } - logger(LOG_DEBUG, "%s=%s", variable, value); cfg = new_config(); cfg->variable = xstrdup(variable); cfg->value = xstrdup(value);