* Re: [PATCH] sim: fix typo: "network" is matching pin type for "networkpuk"
2012-01-02 12:27 [PATCH] sim: fix typo: "network" is matching pin type for "networkpuk" Jussi Kukkonen
@ 2012-01-02 0:18 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2012-01-02 0:18 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
Hi Jussi,
On 01/02/2012 06:27 AM, Jussi Kukkonen wrote:
> ---
>
> At least this looks like a typo -- can't say I know anything about the
> stranger pin types though...
>
>
> src/sim.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH] sim: fix typo: "network" is matching pin type for "networkpuk"
@ 2012-01-02 12:27 Jussi Kukkonen
2012-01-02 0:18 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kukkonen @ 2012-01-02 12:27 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 724 bytes --]
---
At least this looks like a typo -- can't say I know anything about the
stranger pin types though...
src/sim.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/sim.c b/src/sim.c
index 4412db8..ceead1e 100644
--- a/src/sim.c
+++ b/src/sim.c
@@ -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:
--
1.7.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-02 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 12:27 [PATCH] sim: fix typo: "network" is matching pin type for "networkpuk" Jussi Kukkonen
2012-01-02 0:18 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.