common/sim.c: add missing break to sim_apdu_resp()

Change-Id: Id5c325ffcfea8175bc5d5499a0904c0984e00349
Fixes: OS#198542
This commit is contained in:
Vadim Yanitskiy 2019-05-14 20:52:36 +07:00
parent 12a8318153
commit 507781ee70
1 changed files with 1 additions and 0 deletions

View File

@ -942,6 +942,7 @@ int sim_apdu_resp(struct osmocom_ms *ms, struct msgb *msg)
pin_cause[0] = SIM_CAUSE_PUC_BLOCKED;
pin_cause[1] = 0;
}
break;
case SIM_JST_PIN1_UNLOCK:
case SIM_JST_PIN1_CHANGE:
case SIM_JST_PIN1_DISABLE: