mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 04:40:05 +01:00
Fix minor errors
- undefined variable - properly closinf file descriptorif totpology not detected - fix IV mode to test run on RHEL5 git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@201 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -459,7 +459,7 @@ static int action_luksRemoveKey(int arg)
|
||||
|
||||
static int _action_luksAddKey_useMK()
|
||||
{
|
||||
int r = -EINVAL, keysize;
|
||||
int r = -EINVAL, keysize = 0;
|
||||
char *key = NULL;
|
||||
struct crypt_device *cd = NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user