summaryrefslogtreecommitdiff
path: root/conf/conf.c
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-05-30 16:53:18 +0200
committerMaria Matejka <mq@ucw.cz>2022-05-30 16:53:18 +0200
commitc1645b9d5bef3d08ef91ac21197a4860a490bfd4 (patch)
treeb06a954117ae48dd710650b76892f651892e9b7f /conf/conf.c
parent8b4b7c6eaefff43508179b05acbc061fa6b19291 (diff)
parent165156beeb2926472bbceca3c103aacc3f81a8cc (diff)
Merge commit '165156beeb2926472bbceca3c103aacc3f81a8cc' into haugesund
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/conf.c b/conf/conf.c
index 0230053b..580a6472 100644
--- a/conf/conf.c
+++ b/conf/conf.c
@@ -168,7 +168,6 @@ int
cli_parse(struct config *c)
{
int done = 0;
- c->fallback = config;
new_config = c;
cfg_mem = c->mem;
if (setjmp(conf_jmpbuf))
@@ -179,7 +178,6 @@ cli_parse(struct config *c)
done = 1;
cleanup:
- c->fallback = NULL;
new_config = NULL;
cfg_mem = NULL;
return done;
@@ -522,7 +520,6 @@ order_shutdown(int gr)
init_list(&c->tables);
init_list(&c->symbols);
memset(c->def_tables, 0, sizeof(c->def_tables));
- HASH_INIT(c->sym_hash, c->pool, 4);
c->shutdown = 1;
c->gr_down = gr;