Fix cbc_vty_go_parent() not being called

Change-Id: I946c503f5a40eafbee6e7fa359781548b74e45a6
This commit is contained in:
Pau Espin Pedrol
2022-07-21 21:49:46 +02:00
parent 7a8a388edf
commit 54f50a4857

View File

@@ -116,7 +116,6 @@ static struct vty_app_info vty_info = {
.copyright = cbc_copyright,
.go_parent_cb = cbc_vty_go_parent,
.version = PACKAGE_VERSION,
.go_parent_cb = NULL,
.is_config_node = NULL,
};