diff --git a/src/sim.c b/src/sim.c index 76380650..dc7296b9 100644 --- a/src/sim.c +++ b/src/sim.c @@ -2255,6 +2255,8 @@ checkdone: case OFONO_SIM_PASSWORD_SIM_PUK2: if (sim->state == OFONO_SIM_STATE_READY) break; + + /* Fall through */ case OFONO_SIM_PASSWORD_NONE: sim_initialize_after_pin(sim); break;