aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-04-01 19:45:35 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-04-01 19:45:35 +0400
commit6be82def714f297d54302953286223b4afb07208 (patch)
treeb156eea2e245efeb95702cc6bae6beaa02341440 /src/cfg_file.l
parenta43a37453f497a919fb4a5358615d89f18706935 (diff)
downloadrspamd-6be82def714f297d54302953286223b4afb07208.tar.gz
rspamd-6be82def714f297d54302953286223b4afb07208.zip
* Add dumper to XML file (not all sections yet)
* Add checksum to config files * Some config parsing reorganizations: - post_load_config should be called after xml initialization - xml state machine is corrected to read main section variables - some linting is added to xml (checking of elements parity)
Diffstat (limited to 'src/cfg_file.l')
-rw-r--r--src/cfg_file.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cfg_file.l b/src/cfg_file.l
index fd83be66c..83c35290c 100644
--- a/src/cfg_file.l
+++ b/src/cfg_file.l
@@ -163,7 +163,6 @@ yes|YES|no|NO|[yY]|[nN] yylval.flag=parse_flag(yytext); return FLAG;
if ( --include_stack_ptr < 0 ) {
include_stack_ptr = 0;
yylineno = 1;
- post_load_config (cfg);
yyterminate ();
}
else {