mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
Use fatal_fr not fatal_r when passing r.
Caught by the PAM -Werror tinderbox build.
This commit is contained in:
parent
816036f142
commit
7715a3b171
@ -415,7 +415,7 @@ mm_auth_password(struct ssh *ssh, char *password)
|
|||||||
if ((r = sshbuf_get_u32(m, &maxtries)) != 0)
|
if ((r = sshbuf_get_u32(m, &maxtries)) != 0)
|
||||||
fatal_fr(r, "parse PAM");
|
fatal_fr(r, "parse PAM");
|
||||||
if (maxtries > INT_MAX)
|
if (maxtries > INT_MAX)
|
||||||
fatal_f(r, "bad maxtries");
|
fatal_fr(r, "bad maxtries");
|
||||||
sshpam_set_maxtries_reached(maxtries);
|
sshpam_set_maxtries_reached(maxtries);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user