pespin has uploaded this change for review. ( 
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(-)



  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 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: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I36d23c0e330c224b69094fb861520c4a4a32b3d8
Gerrit-Change-Number: 42156
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>

Reply via email to