diff options
Diffstat (limited to 'inet/rcmd.c')
-rw-r--r-- | inet/rcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |