mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 19:30:04 +01:00
Fix device prompt quistion.
(fixes missing patch chunk in previous commit) git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@58 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -588,11 +588,12 @@ start:
|
|||||||
out1:
|
out1:
|
||||||
safe_free(password);
|
safe_free(password);
|
||||||
out:
|
out:
|
||||||
free(prompt);
|
|
||||||
LUKS_dealloc_masterkey(mk);
|
LUKS_dealloc_masterkey(mk);
|
||||||
if (r == -EPERM && tries > 0)
|
if (r == -EPERM && tries > 0)
|
||||||
goto start;
|
goto start;
|
||||||
|
|
||||||
|
free(prompt);
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user