summaryrefslogtreecommitdiff
path: root/auth2-hostbased.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-hostbased.c')
-rw-r--r--auth2-hostbased.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-hostbased.c b/auth2-hostbased.c
index 3a17f1bf2..a344dcc1f 100644
--- a/auth2-hostbased.c
+++ b/auth2-hostbased.c
@@ -150,7 +150,7 @@ hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost,
150 int len; 150 int len;
151 char *fp; 151 char *fp;
152 152
153 if (auth_key_is_revoked(key, 0)) 153 if (auth_key_is_revoked(key))
154 return 0; 154 return 0;
155 155
156 resolvedname = get_canonical_hostname(options.use_dns); 156 resolvedname = get_canonical_hostname(options.use_dns);