0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 11:55:21 +00:00

Merge commit 'v2.13.1-135-gb560a074' into mq-merge-step-2

This commit is contained in:
Maria Matejka 2024-01-28 14:22:53 +01:00
commit 0ab64e2739

View File

@ -739,6 +739,7 @@ cf_lex_init(int is_cli, struct config *c)
BEGIN(INITIAL);
c->root_scope = c->current_scope = cfg_allocz(sizeof(struct sym_scope));
c->root_scope->active = 1;
if (is_cli)
c->current_scope->next = config->root_scope;