commit | 319369ac111aec79b42668477c998c36b5f3be06 | [log] [tgz] |
---|---|---|
author | Ken Sumrall <ksumrall@android.com> | Wed Jun 27 16:30:18 2012 -0700 |
committer | Ken Sumrall <ksumrall@android.com> | Wed Jun 27 16:30:18 2012 -0700 |
tree | c03d4a036490f2d6d9940df6a4e90a53d0458a5c | |
parent | af05ec0e5e99f9a91c7b7d731a8ef34f87976948 [diff] |
Fix a typo in cryptfs.c Change-Id: If629fa996b135e432bc89da7518b0c1f02750b45
diff --git a/cryptfs.c b/cryptfs.c index cc7797a..094016c 100644 --- a/cryptfs.c +++ b/cryptfs.c
@@ -1358,7 +1358,7 @@ } else { char value[PROPERTY_VALUE_MAX]; - property_get("ro.vold.wipe_on_cyrypt_fail", value, "0"); + property_get("ro.vold.wipe_on_crypt_fail", value, "0"); if (!strcmp(value, "1")) { /* wipe data if encryption failed */ SLOGE("encryption failed - rebooting into recovery to wipe data\n");