]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(iruserok2): Initialize isbad to -1.
authorUlrich Drepper <drepper@redhat.com>
Tue, 19 Oct 1999 03:27:12 +0000 (03:27 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 19 Oct 1999 03:27:12 +0000 (03:27 +0000)
inet/rcmd.c

index e6a9b1d20854f5cc11c46441d2f4ce93e13bff5d..e40bc8dbc30ed2d5ddb81b954b0583f2303050a3 100644 (file)
@@ -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);