daniel has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-sgsn/+/35092?usp=email )

Change subject: sgsn_vty: Correctly indent encryption cipher-plugin-path
......................................................................

sgsn_vty: Correctly indent encryption cipher-plugin-path

Change-Id: I16b3450c3919bebbceb8d27f73d7c6dde102d0f7
---
M src/sgsn/sgsn_vty.c
1 file changed, 10 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  Jenkins Builder: Verified
  daniel: Looks good to me, approved
  osmith: Looks good to me, but someone else must approve




diff --git a/src/sgsn/sgsn_vty.c b/src/sgsn/sgsn_vty.c
index e69307f..4c04368 100644
--- a/src/sgsn/sgsn_vty.c
+++ b/src/sgsn/sgsn_vty.c
@@ -292,7 +292,7 @@
                vty_out(vty, "%s", VTY_NEWLINE);
        }
        if (g_cfg->crypt_cipher_plugin_path)
-               vty_out(vty, "encryption cipher-plugin-path %s%s", 
g_cfg->crypt_cipher_plugin_path, VTY_NEWLINE);
+               vty_out(vty, " encryption cipher-plugin-path %s%s", 
g_cfg->crypt_cipher_plugin_path, VTY_NEWLINE);
        if (g_cfg->sgsn_ipa_name)
                vty_out(vty, " gsup ipa-name %s%s", g_cfg->sgsn_ipa_name, 
VTY_NEWLINE);
        if (g_cfg->gsup_server_addr.sin_addr.s_addr)

--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/35092?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I16b3450c3919bebbceb8d27f73d7c6dde102d0f7
Gerrit-Change-Number: 35092
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillm...@sysmocom.de>
Gerrit-Reviewer: laforge <lafo...@osmocom.org>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to