From 283322f493ee7dc75511f6cf9e9b88e536de0874 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 9 Feb 2014 16:10:02 +0000 Subject: 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 --- auth-rsa.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auth-rsa.c') 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, if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) return 0; + auth_start_parse_options(); + /* * Go though the accepted keys, looking for the current key. If * found, perform a challenge-response dialog to verify that the -- cgit v1.2.3