diff options
author | Colin Watson <cjwatson@debian.org> | 2014-02-09 16:10:02 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-03-20 00:32:29 +0000 |
commit | 283322f493ee7dc75511f6cf9e9b88e536de0874 (patch) | |
tree | 1031c9ad0f9b9a9a47862e4d8a4e57f3cdd86e03 /auth-rsa.c | |
parent | 912129ba92bea401d8cdeadc7aa7084fbf7625a1 (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 5dad6c3dc..260ce2f98 100644 --- a/auth-rsa.c +++ b/auth-rsa.c | |||
@@ -178,6 +178,8 @@ rsa_key_allowed_in_file(struct passwd *pw, char *file, | |||
178 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) | 178 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) |
179 | return 0; | 179 | return 0; |
180 | 180 | ||
181 | auth_start_parse_options(); | ||
182 | |||
181 | /* | 183 | /* |
182 | * Go though the accepted keys, looking for the current key. If | 184 | * Go though the accepted keys, looking for the current key. If |
183 | * found, perform a challenge-response dialog to verify that the | 185 | * found, perform a challenge-response dialog to verify that the |