From: Ulrich Drepper Date: Tue, 19 Oct 1999 03:27:12 +0000 (+0000) Subject: (iruserok2): Initialize isbad to -1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6bb03c4f7ced758df5ce07358c87cd5ac2dd8d3;p=thirdparty%2Fglibc.git (iruserok2): Initialize isbad to -1. --- diff --git a/inet/rcmd.c b/inet/rcmd.c index e6a9b1d2085..e40bc8dbc30 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -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);