]> andersk Git - openssh.git/blobdiff - auth2.c
- stevesk@cvs.openbsd.org 2001/11/17 19:14:34
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index 1920eb32e0ad9e14e842201348681ec6d8efaabb..14d212520be3efef30df2a2eacbaa47a91d4ff17 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.72 2001/11/07 22:41:51 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.73 2001/11/17 19:14:34 stevesk Exp $");
 
 #include <openssl/evp.h>
 
@@ -761,7 +761,8 @@ hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost,
     Key *key)
 {
        const char *resolvedname, *ipaddr, *lookup;
-       int host_status, len;
+       HostStatus host_status;
+       int len;
 
        resolvedname = get_canonical_hostname(options.reverse_mapping_check);
        ipaddr = get_remote_ipaddr();
This page took 0.073604 seconds and 4 git commands to generate.