From d1e9545ef41fc6e78d6295ebe464b5b0aba492b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Apr 1998 13:04:49 +0000 Subject: Update. * inet/rcmd.c (iruserok): Initialize hostf variable to NULL. 1998-04-24 Ulrich Drepper --- inet/rcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet/rcmd.c') diff --git a/inet/rcmd.c b/inet/rcmd.c index 05bd1d5e8b..a8a6bc451b 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -345,7 +345,7 @@ iruserok (raddr, superuser, ruser, luser) int superuser; const char *ruser, *luser; { - FILE *hostf; + FILE *hostf = NULL; int isbad; if (!superuser) -- cgit 1.4.1