mirror of
https://github.com/systemd/systemd.git
synced 2025-01-07 21:18:41 +03:00
ssh-generator: fix pointer cast type
This commit is contained in:
parent
18303adcd3
commit
a688e5fefd
@ -400,7 +400,7 @@ static int parse_credentials(void) {
|
||||
size_t sz = 0;
|
||||
int r;
|
||||
|
||||
r = read_credential_with_decryption("ssh.listen", (void*) &b, &sz);
|
||||
r = read_credential_with_decryption("ssh.listen", (void**) &b, &sz);
|
||||
if (r <= 0)
|
||||
return r;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user