Merge pull request #4324 from opensourcerouting/fix_grammar_sandbox

lib: fix crash in the CLI grammar sandbox
This commit is contained in:
Mark Stapp 2019-05-13 15:33:51 -04:00 committed by GitHub
commit 7819f72ea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);