aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.l
diff options
context:
space:
mode:
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 {