From f6bb03c4f7ced758df5ce07358c87cd5ac2dd8d3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 19 Oct 1999 03:27:12 +0000 Subject: [PATCH] (iruserok2): Initialize isbad to -1. --- inet/rcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2