pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hlr/+/28394 )
Change subject: cosmetic: hlr_vty_subscr.c: Fix trailing whitespace ......................................................................
cosmetic: hlr_vty_subscr.c: Fix trailing whitespace
Change-Id: Id751d227a52f39e3a8874d8b78c633b8d3eb9e74 --- M src/hlr_vty_subscr.c 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/94/28394/1
diff --git a/src/hlr_vty_subscr.c b/src/hlr_vty_subscr.c index 82e0043..3813393 100644 --- a/src/hlr_vty_subscr.c +++ b/src/hlr_vty_subscr.c @@ -346,7 +346,7 @@ int rc; struct hlr_subscriber subscr; const char *imsi = argv[0]; - + if (!osmo_imsi_str_valid(imsi)) { vty_out(vty, "%% Not a valid IMSI: %s%s", imsi, VTY_NEWLINE); return CMD_WARNING; @@ -636,7 +636,7 @@ .ind_bitlen = ind_bitlen, }, }; - + if (!auth_algo_parse(alg_type, &aud3g.algo, &minlen, &maxlen)) { vty_out(vty, "%% Unknown auth algorithm: '%s'%s", alg_type, VTY_NEWLINE); return CMD_WARNING;