summaryrefslogtreecommitdiffstats
path: root/conf/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/conf.c b/conf/conf.c
index 47d4db4..4e2f920 100644
--- a/conf/conf.c
+++ b/conf/conf.c
@@ -45,7 +45,6 @@ config_parse(struct config *c)
if (setjmp(conf_jmpbuf))
return 0;
cf_lex_init(0);
- cf_lex_init_tables();
protos_preconfig(c);
rt_preconfig(c);
cf_parse();
@@ -62,6 +61,7 @@ int
cli_parse(struct config *c)
{
new_config = c;
+ c->sym_fallback = config->sym_hash;
cfg_mem = c->mem;
if (setjmp(conf_jmpbuf))
return 0;