Commit 912d0b07 authored by Ken Sumrall's avatar Ken Sumrall Committed by Android (Google) Code Review
Browse files

Merge "Fix a typo in cryptfs.c"

parents 4684e58a 319369ac
......@@ -1365,7 +1365,7 @@ int cryptfs_enable(char *howarg, char *passwd)
} 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");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment