pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/28717 )
Change subject: Fix cbc_vty_go_parent() not being called ......................................................................
Fix cbc_vty_go_parent() not being called
Change-Id: I946c503f5a40eafbee6e7fa359781548b74e45a6 --- M src/cbc_main.c 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified fixeria: Looks good to me, approved
diff --git a/src/cbc_main.c b/src/cbc_main.c index f136ace..a670722 100644 --- a/src/cbc_main.c +++ b/src/cbc_main.c @@ -116,7 +116,6 @@ .copyright = cbc_copyright, .go_parent_cb = cbc_vty_go_parent, .version = PACKAGE_VERSION, - .go_parent_cb = NULL, .is_config_node = NULL, };