mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-11-02 05:03:39 +00:00
Fix cbc_vty_go_parent() not being called
Change-Id: I946c503f5a40eafbee6e7fa359781548b74e45a6
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user