summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim.c b/src/sim.c
index e7885fb4..9fea5fd5 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -2732,11 +2732,11 @@ checkdone:
switch (pin_type) {
case OFONO_SIM_PASSWORD_SIM_PIN2:
case OFONO_SIM_PASSWORD_SIM_PUK2:
+ case OFONO_SIM_PASSWORD_NONE:
if (sim->state == OFONO_SIM_STATE_READY)
break;
/* Fall through */
- case OFONO_SIM_PASSWORD_NONE:
sim_initialize_after_pin(sim);
break;
default: