(iruserok2): Initialize isbad to -1.

This commit is contained in:
Ulrich Drepper 1999-10-19 03:27:12 +00:00
parent d1e53765ab
commit f6bb03c4f7

View File

@ -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);