mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Merge commit 'v2.13.1-135-gb560a074' into mq-merge-step-2
This commit is contained in:
commit
0ab64e2739
@ -739,6 +739,7 @@ cf_lex_init(int is_cli, struct config *c)
|
|||||||
BEGIN(INITIAL);
|
BEGIN(INITIAL);
|
||||||
|
|
||||||
c->root_scope = c->current_scope = cfg_allocz(sizeof(struct sym_scope));
|
c->root_scope = c->current_scope = cfg_allocz(sizeof(struct sym_scope));
|
||||||
|
c->root_scope->active = 1;
|
||||||
|
|
||||||
if (is_cli)
|
if (is_cli)
|
||||||
c->current_scope->next = config->root_scope;
|
c->current_scope->next = config->root_scope;
|
||||||
|
Loading…
Reference in New Issue
Block a user