diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 14:27:21 +0100 |
commit | 1ecd5db58295874d8b9a7ce98fe1880ab08fbcaf (patch) | |
tree | c9fd95652b6613e71ce2571b4a010691e2a34f50 /auth-rsa.c | |
parent | 4ac9937c1d9f1901ab0694114d76e59a138aae96 (diff) |
Quieten logs when multiple from= restrictions are used
Bug-Debian: http://bugs.debian.org/630606
Forwarded: no
Last-Update: 2013-09-14
Patch-Name: auth-log-verbosity.patch
Diffstat (limited to 'auth-rsa.c')
-rw-r--r-- | auth-rsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-rsa.c b/auth-rsa.c index e9f4ede26..5d7bdcbfc 100644 --- a/auth-rsa.c +++ b/auth-rsa.c | |||
@@ -179,6 +179,8 @@ rsa_key_allowed_in_file(struct passwd *pw, char *file, | |||
179 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) | 179 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) |
180 | return 0; | 180 | return 0; |
181 | 181 | ||
182 | auth_start_parse_options(); | ||
183 | |||
182 | /* | 184 | /* |
183 | * Go though the accepted keys, looking for the current key. If | 185 | * Go though the accepted keys, looking for the current key. If |
184 | * found, perform a challenge-response dialog to verify that the | 186 | * found, perform a challenge-response dialog to verify that the |