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) {
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/42156?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I36d23c0e330c224b69094fb861520c4a4a32b3d8
Gerrit-Change-Number: 42156
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>