summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-07-04 18:29:14 +0000
committerKevin Steves <stevesk@pobox.com>2001-07-04 18:29:14 +0000
commit27fd19291af95ae39d705eee4975d40cfb47b3ec (patch)
tree943b57ecf7c7484601d8a152acf8c26f335f3d6d
parent8f63caa1973bb714fd80357b46d57f328e928b14 (diff)
whitespace sync
-rw-r--r--servconf.c4
1 files 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)
215 if (options->client_alive_count_max == -1) 215 if (options->client_alive_count_max == -1)
216 options->client_alive_count_max = 3; 216 options->client_alive_count_max = 3;
217 if (options->authorized_keys_file == NULL) 217 if (options->authorized_keys_file == NULL)
218 options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS; 218 options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS;
219 if (options->authorized_keys_file2 == NULL) 219 if (options->authorized_keys_file2 == NULL)
220 options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2; 220 options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2;
221 if (options->pam_authentication_via_kbd_int == -1) 221 if (options->pam_authentication_via_kbd_int == -1)
222 options->pam_authentication_via_kbd_int = 0; 222 options->pam_authentication_via_kbd_int = 0;
223} 223}