Remove condition that is always true.

This commit is contained in:
Milan Broz
2022-06-05 20:27:52 +02:00
parent ddc8c9c441
commit 82a6ae3c25

View File

@@ -270,7 +270,7 @@ err:
free(buf);
/* Ignore other errors in crypt_backend */
if (r < 0 && r != -ENOMEM)
if (r != -ENOMEM)
r = -EINVAL;
return r;