summaryrefslogtreecommitdiffstats
path: root/ulogd/conffile.c
diff options
context:
space:
mode:
authorlaforge <laforge>2000-09-22 06:54:33 +0000
committerlaforge <laforge>2000-09-22 06:54:33 +0000
commit4ca00f3ca8b123106d6db17d883f3cca53faecfd (patch)
tree56a9e2e212be26151b69459012ae0c6b4fe9e734 /ulogd/conffile.c
parentab31159090e427a495f4ad77a6291923ab939160 (diff)
email addresses changed
Diffstat (limited to 'ulogd/conffile.c')
-rw-r--r--ulogd/conffile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulogd/conffile.c b/ulogd/conffile.c
index 987a5d8..2489c8d 100644
--- a/ulogd/conffile.c
+++ b/ulogd/conffile.c
@@ -1,7 +1,7 @@
/* config file parser functions
* (C) 2000 by Harald Welte <laforge@gnumonks.org>
*
- * $Id: conffile.c,v 1.4 2000/09/09 21:55:46 laforge Exp $
+ * $Id: conffile.c,v 1.5 2000/09/12 14:29:36 laforge Exp $
*
* This code is distributed under the terms of GNU GPL */
@@ -125,8 +125,8 @@ int config_parse_file(int final)
/* if we do the final parse and word is not a config key */
if (final && config_iskey(word)) {
+ DEBUGC("final and key '%s' not found\n", word);
err = -ERRUNKN;
- config_errce = ce;
goto cpf_error;
}