diff options
Diffstat (limited to 'auth2-hostbased.c')
-rw-r--r-- | auth2-hostbased.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth2-hostbased.c b/auth2-hostbased.c index cdf442f97..700631558 100644 --- a/auth2-hostbased.c +++ b/auth2-hostbased.c | |||
@@ -146,7 +146,7 @@ hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, | |||
146 | int len; | 146 | int len; |
147 | char *fp; | 147 | char *fp; |
148 | 148 | ||
149 | if (auth_key_is_revoked(key)) | 149 | if (auth_key_is_revoked(key, 0)) |
150 | return 0; | 150 | return 0; |
151 | 151 | ||
152 | resolvedname = get_canonical_hostname(options.use_dns); | 152 | resolvedname = get_canonical_hostname(options.use_dns); |