mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #4324 from opensourcerouting/fix_grammar_sandbox
lib: fix crash in the CLI grammar sandbox
This commit is contained in:
commit
7819f72ea2
@ -58,6 +58,8 @@ int main(int argc, char **argv)
|
||||
|
||||
vty_init(master);
|
||||
memory_init();
|
||||
yang_init();
|
||||
nb_init(master, NULL, 0);
|
||||
|
||||
vty_stdio(vty_do_exit);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user