]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(iruserok): Initialize hostf.
authorUlrich Drepper <drepper@redhat.com>
Mon, 6 Jul 1998 11:17:38 +0000 (11:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 6 Jul 1998 11:17:38 +0000 (11:17 +0000)
inet/rcmd.c

index dea06035bbe18876fc6dd9061bfc1c5a649c8b20..a5f79f41aeb0693a5b72e3035f73b9d1f164d6a1 100644 (file)
@@ -358,7 +358,7 @@ iruserok(raddr, superuser, ruser, luser)
        int superuser;
        const char *ruser, *luser;
 {
-    FILE *hostf;
+    FILE *hostf = NULL;
     int isbad;
 
     if(!superuser)