pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/42156?usp=email )
Change subject: tcap: vty: Fix writing tcap-routing command ......................................................................
tcap: vty: Fix writing tcap-routing command
Change-Id: I36d23c0e330c224b69094fb861520c4a4a32b3d8 --- M src/ss7_as_vty.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/ss7_as_vty.c b/src/ss7_as_vty.c index 2f59c3d..d9fd58d 100644 --- a/src/ss7_as_vty.c +++ b/src/ss7_as_vty.c @@ -506,7 +506,7 @@ } #ifdef WITH_TCAP_LOADSHARING if (as->cfg.loadshare.tcap.enabled) - vty_out(vty, "tcap-routing"); + vty_out(vty, " tcap-routing%s", VTY_NEWLINE); #endif /* WITH_TCAP_LOADSHARING */
if (as->cfg.recovery_timeout_msec != 2000) {