vlr_sgs_fsm: add missing break, do not call to_null() twice

Change-Id: Ib5d1d7633ca6c32d7d63bb1481f51355c97b90fb
This commit is contained in:
Vadim Yanitskiy 2020-01-25 06:18:09 +07:00 committed by fixeria
parent 3daf0c2786
commit 601af0ca00
1 changed files with 1 additions and 0 deletions

View File

@ -234,6 +234,7 @@ static void sgs_ue_fsm_associated(struct osmo_fsm_inst *fi, uint32_t event, void
if (*cause == SGSAP_SGS_CAUSE_MT_CSFB_REJ_USER)
break;
to_null(fi);
break;
case SGS_UE_E_RX_ALERT_FAILURE:
to_null(fi);
break;