diff options
author | stevesk <stevesk> | 2001-07-04 18:29:14 +0000 |
---|---|---|
committer | stevesk <stevesk> | 2001-07-04 18:29:14 +0000 |
commit | b9f67dd06f496c1fd897ccd890a7a03bba9497d0 (patch) | |
tree | bf1ddb1ff25b6121be81c89ecc809f05346e014b /servconf.c | |
parent | 9456b737765b10279f5a650d536cefa011c913d9 (diff) | |
download | openssh-b9f67dd06f496c1fd897ccd890a7a03bba9497d0.tar.gz |
whitespace sync
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |