mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1157018 - NsckPuk and PckPuk lock types that should require PUK instead require PIN. r=echen
This commit is contained in:
parent
66d305b030
commit
85139a2858
@ -38,6 +38,8 @@ IsPukCardLockType(IccLockType aLockType)
|
|||||||
case IccLockType::SpckPuk:
|
case IccLockType::SpckPuk:
|
||||||
case IccLockType::RcckPuk:
|
case IccLockType::RcckPuk:
|
||||||
case IccLockType::RspckPuk:
|
case IccLockType::RspckPuk:
|
||||||
|
case IccLockType::NsckPuk:
|
||||||
|
case IccLockType::PckPuk:
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user