diff options
Diffstat (limited to 'src/sim.c')
-rw-r--r-- | src/sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |