From 27fd19291af95ae39d705eee4975d40cfb47b3ec Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 4 Jul 2001 18:29:14 +0000 Subject: whitespace sync --- servconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servconf.c b/servconf.c index 9d5b54f3e..858ad3164 100644 --- a/servconf.c +++ b/servconf.c @@ -215,9 +215,9 @@ fill_default_server_options(ServerOptions *options) if (options->client_alive_count_max == -1) options->client_alive_count_max = 3; if (options->authorized_keys_file == NULL) - options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS; + options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS; if (options->authorized_keys_file2 == NULL) - options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2; + options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2; if (options->pam_authentication_via_kbd_int == -1) options->pam_authentication_via_kbd_int = 0; } -- cgit v1.2.3