libvlr: auth_fsm_wait_ai(): cosmetic: drop redundant break

Change-Id: Iaa2962bfe67902f6b4aa944b73fa97db46bc9c54
This commit is contained in:
Vadim Yanitskiy 2024-02-14 17:45:34 +07:00 committed by fixeria
parent 1b1a39bea1
commit 3b82d2c226
1 changed files with 0 additions and 1 deletions

View File

@ -388,7 +388,6 @@ static void auth_fsm_wait_ai(struct osmo_fsm_inst *fi, uint32_t event,
}
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) */