mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-12 22:30:12 +00:00
(iruserok2): Initialize isbad to -1.
This commit is contained in:
parent
d1e53765ab
commit
f6bb03c4f7
@ -353,7 +353,7 @@ iruserok2 (raddr, superuser, ruser, luser, rhost)
|
||||
const char *ruser, *luser, *rhost;
|
||||
{
|
||||
FILE *hostf = NULL;
|
||||
int isbad;
|
||||
int isbad = -1;
|
||||
|
||||
if (!superuser)
|
||||
hostf = iruserfopen (_PATH_HEQUIV, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user