diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-02-09 23:43:41 +0000 |
commit | 490aadd108dc4bf7f4b5084e3336d88ec23f6b19 (patch) | |
tree | 97c83c038cbc8717a6a5fbdf59a3957df1b57412 /auth-rsa.c | |
parent | d77a569da1afcb73c6ddfc934092461eeb4edb53 (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 545aa496a..4624c1597 100644 --- a/auth-rsa.c +++ b/auth-rsa.c | |||
@@ -174,6 +174,8 @@ rsa_key_allowed_in_file(struct passwd *pw, char *file, | |||
174 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) | 174 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) |
175 | return 0; | 175 | return 0; |
176 | 176 | ||
177 | auth_start_parse_options(); | ||
178 | |||
177 | /* | 179 | /* |
178 | * Go though the accepted keys, looking for the current key. If | 180 | * Go though the accepted keys, looking for the current key. If |
179 | * found, perform a challenge-response dialog to verify that the | 181 | * found, perform a challenge-response dialog to verify that the |