Bug 902769 - Part 1: Patch. r=vicamo

This commit is contained in:
Yoshi Huang 2013-08-08 17:04:07 +08:00
parent bd04de3d30
commit 15e8125026

View File

@ -1292,7 +1292,7 @@ let RIL = {
*/
setICCFacilityLock: function setICCFacilityLock(options) {
Buf.newParcel(REQUEST_SET_FACILITY_LOCK, options);
Buf.writeUint32(RILQUIRKS_V5_LEGACY ? 3 : 4);
Buf.writeUint32(RILQUIRKS_V5_LEGACY ? 4 : 5);
Buf.writeString(options.facility);
Buf.writeString(options.enabled ? "1" : "0");
Buf.writeString(options.password);