cryptsetup-pkcs11: just return zero on success, no need to return anything else
This commit is contained in:
parent
3ded1d616a
commit
6789dd57f0
src/cryptsetup
|
@ -154,7 +154,7 @@ static int pkcs11_callback(
|
|||
if (r < 0)
|
||||
return r;
|
||||
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int decrypt_pkcs11_key(
|
||||
|
|
Loading…
Reference in New Issue