pespin has uploaded this change for review.

View Change

tcap: vty: Fix writing tcap-routing command

Change-Id: I36d23c0e330c224b69094fb861520c4a4a32b3d8
---
M src/ss7_as_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/56/42156/1
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 change 42156. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I36d23c0e330c224b69094fb861520c4a4a32b3d8
Gerrit-Change-Number: 42156
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>