fixeria has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/62/35962/1

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) */

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

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Iaa2962bfe67902f6b4aa944b73fa97db46bc9c54
Gerrit-Change-Number: 35962
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to