fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/40733?usp=email )
Change subject: vty: cbc_vty_go_parent(): fix formatting ......................................................................
vty: cbc_vty_go_parent(): fix formatting
Change-Id: Ic6a6dcef7691358a75d9f848d4c7370526ce8f37 --- M src/cbc_main.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/33/40733/1
diff --git a/src/cbc_main.c b/src/cbc_main.c index 264dc07..ba5fce1 100644 --- a/src/cbc_main.c +++ b/src/cbc_main.c @@ -115,7 +115,7 @@ /* If no local addr set, add a default one: */ if (g_cbc->config.sbcap.num_local_host == 0) { g_cbc->config.sbcap.local_host[0] = talloc_strdup(g_cbc, "127.0.0.1"); - g_cbc->config.sbcap.num_local_host = 1; + g_cbc->config.sbcap.num_local_host = 1; } g_cbc->config.sbcap.configured = true; vty->node = CONFIG_NODE;