Bug 1157018 - NsckPuk and PckPuk lock types that should require PUK instead require PIN. r=echen

This commit is contained in:
Ethan Wu 2015-04-22 17:24:11 +08:00
parent 66d305b030
commit 85139a2858

View File

@ -38,6 +38,8 @@ IsPukCardLockType(IccLockType aLockType)
case IccLockType::SpckPuk:
case IccLockType::RcckPuk:
case IccLockType::RspckPuk:
case IccLockType::NsckPuk:
case IccLockType::PckPuk:
return true;
default:
return false;