[PATCH] libosmo-sccp[master]: vty: Make sure 'point-code override dpc' is saved with corre...

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Nov 9 08:17:32 UTC 2017


Review at  https://gerrit.osmocom.org/4752

vty: Make sure 'point-code override dpc' is saved with correct indent

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


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/52/4752/1

diff --git a/src/osmo_ss7_vty.c b/src/osmo_ss7_vty.c
index 81b5521..61f9747 100644
--- a/src/osmo_ss7_vty.c
+++ b/src/osmo_ss7_vty.c
@@ -927,7 +927,7 @@
 	vty_out(vty, "%s", VTY_NEWLINE);
 
 	if (as->cfg.pc_override.dpc)
-		vty_out(vty, " point-code override dpc %s%s",
+		vty_out(vty, "  point-code override dpc %s%s",
 			osmo_ss7_pointcode_print(as->inst, as->cfg.pc_override.dpc), VTY_NEWLINE);
 }
 

-- 
To view, visit https://gerrit.osmocom.org/4752
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4c42ee71eff4ee6aad8dce4156809adb041811a6
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list