From 4dba81eafc9aead81c0644ea64f092bb2185e5b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 19 Oct 1999 03:26:25 +0000 Subject: Update. * inet/rcmd.c (iruserok2): Initialize isbad to -1 [PR libc/1405]. Patch by J. Richard Sladkey . --- inet/rcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet') diff --git a/inet/rcmd.c b/inet/rcmd.c index 2d2ed8044f..c88f7ae1ef 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -349,7 +349,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); -- cgit 1.4.1