0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Merge commit 'abae806efdf6ac5f919c93057dd8df1faff1058c' into mq-merge-step-1

This commit is contained in:
Maria Matejka 2024-01-28 14:22:51 +01:00
commit b560a0749b

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;