]> andersk Git - openssh.git/blobdiff - auth.c
- djm@cvs.openbsd.org 2005/06/17 02:44:33
[openssh.git] / auth.c
diff --git a/auth.c b/auth.c
index 68c2824fb868b09f4a6672031e66865ecbc2f79d..82fe8f06b7c53c1088f49154688c3d727021e23b 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth.c,v 1.59 2005/06/06 11:20:36 djm Exp $");
+RCSID("$OpenBSD: auth.c,v 1.60 2005/06/17 02:44:32 djm Exp $");
 
 #ifdef HAVE_LOGIN_H
 #include <login.h>
@@ -76,7 +76,7 @@ allowed_user(struct passwd * pw)
        struct stat st;
        const char *hostname = NULL, *ipaddr = NULL, *passwd = NULL;
        char *shell;
-       int i;
+       u_int i;
 #ifdef USE_SHADOW
        struct spwd *spw = NULL;
 #endif
This page took 0.026212 seconds and 4 git commands to generate.