Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
system_vold
Commits
912d0b07
Commit
912d0b07
authored
13 years ago
by
Ken Sumrall
Committed by
Android (Google) Code Review
13 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix a typo in cryptfs.c"
parents
4684e58a
319369ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cryptfs.c
cryptfs.c
+1
-1
No files found.
cryptfs.c
View file @
912d0b07
...
...
@@ -1365,7 +1365,7 @@ int cryptfs_enable(char *howarg, char *passwd)
}
else
{
char
value
[
PROPERTY_VALUE_MAX
];
property_get
(
"ro.vold.wipe_on_c
y
rypt_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
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment