sim: fix "network" is pin type for "networkpuk"

This commit is contained in:
Jussi Kukkonen 2012-01-02 14:27:26 +02:00 committed by Denis Kenzior
parent d4dc27e8ce
commit d9a76824ba
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ static enum ofono_sim_password_type puk2pin(enum ofono_sim_password_type type)
case OFONO_SIM_PASSWORD_SIM_PUK2:
return OFONO_SIM_PASSWORD_SIM_PIN2;
case OFONO_SIM_PASSWORD_PHNET_PUK:
return OFONO_SIM_PASSWORD_PHNET_PUK;
return OFONO_SIM_PASSWORD_PHNET_PIN;
case OFONO_SIM_PASSWORD_PHNETSUB_PUK:
return OFONO_SIM_PASSWORD_PHNETSUB_PIN;
case OFONO_SIM_PASSWORD_PHSP_PUK: