mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
Remove condition that is always true.
This commit is contained in:
@@ -270,7 +270,7 @@ err:
|
|||||||
free(buf);
|
free(buf);
|
||||||
|
|
||||||
/* Ignore other errors in crypt_backend */
|
/* Ignore other errors in crypt_backend */
|
||||||
if (r < 0 && r != -ENOMEM)
|
if (r != -ENOMEM)
|
||||||
r = -EINVAL;
|
r = -EINVAL;
|
||||||
|
|
||||||
return r;
|
return r;
|
||||||
|
|||||||
Reference in New Issue
Block a user