summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorstevesk <stevesk>2001-07-04 18:29:14 +0000
committerstevesk <stevesk>2001-07-04 18:29:14 +0000
commitb9f67dd06f496c1fd897ccd890a7a03bba9497d0 (patch)
treebf1ddb1ff25b6121be81c89ecc809f05346e014b /servconf.c
parent9456b737765b10279f5a650d536cefa011c913d9 (diff)
downloadopenssh-b9f67dd06f496c1fd897ccd890a7a03bba9497d0.tar.gz
whitespace sync
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c
index 9d5b54f3..858ad316 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;
}