mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +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:
|
||||
safe_free(password);
|
||||
out:
|
||||
free(prompt);
|
||||
LUKS_dealloc_masterkey(mk);
|
||||
if (r == -EPERM && tries > 0)
|
||||
goto start;
|
||||
|
||||
free(prompt);
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user