summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2021-12-01 13:02:44 +0100
committerMaria Matejka <mq@ucw.cz>2021-12-01 13:04:52 +0100
commitb50224a00351904f25a5105a98d56a62ed2c33a4 (patch)
tree8478675603fd2a91fb4f36f8ac2e4ffd0ac20cd3 /conf
parent55ee9961e0d130bb16b22b7b5acffd815f266d63 (diff)
parentf772afc525156498900770ffe5a98349df89a45c (diff)
Merge branch 'master' into HEAD
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/conf.c b/conf/conf.c
index c6837a07..e8f1559a 100644
--- a/conf/conf.c
+++ b/conf/conf.c
@@ -520,6 +520,9 @@ order_shutdown(int gr)
memcpy(c, config, sizeof(struct config));
init_list(&c->protos);
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;