mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
cryptsetup-pkcs11: just return zero on success, no need to return anything else
This commit is contained in:
parent
3ded1d616a
commit
6789dd57f0
@ -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
Block a user