fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-msc/+/35962?usp=email )
Change subject: libvlr: auth_fsm_wait_ai(): cosmetic: drop redundant break ......................................................................
libvlr: auth_fsm_wait_ai(): cosmetic: drop redundant break
Change-Id: Iaa2962bfe67902f6b4aa944b73fa97db46bc9c54 --- M src/libvlr/vlr_auth_fsm.c 1 file changed, 9 insertions(+), 1 deletion(-)
Approvals: pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/libvlr/vlr_auth_fsm.c b/src/libvlr/vlr_auth_fsm.c index bb2f38e..14345b2 100644 --- a/src/libvlr/vlr_auth_fsm.c +++ b/src/libvlr/vlr_auth_fsm.c @@ -388,7 +388,6 @@ } vlr_subscr_update_tuples(vsub, gsup); goto pass; - break; case VLR_AUTH_E_HLR_SAI_NACK: /* HLR did not return Auth Info, hence cannot authenticate. (The caller may still decide to permit * attaching without authentication) */