daniel submitted this change.

View Change


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
sgsn_vty: Correctly indent encryption cipher-plugin-path

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

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 change 35092. To unsubscribe, or for help writing mail filters, visit settings.

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