From: Ulrich Drepper Date: Mon, 6 Jul 1998 11:17:38 +0000 (+0000) Subject: (iruserok): Initialize hostf. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab4203392cd9c9c04e8a005f8a681c10e51bd75;p=thirdparty%2Fglibc.git (iruserok): Initialize hostf. --- diff --git a/inet/rcmd.c b/inet/rcmd.c index dea06035bbe..a5f79f41aeb 100644 --- a/inet/rcmd.c +++ b/inet/rcmd.c @@ -358,7 +358,7 @@ iruserok(raddr, superuser, ruser, luser) int superuser; const char *ruser, *luser; { - FILE *hostf; + FILE *hostf = NULL; int isbad; if(!superuser)