diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servconf.c b/servconf.c index 50fccdda8..211ebf6b0 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include "includes.h" | 12 | #include "includes.h" |
13 | RCSID("$OpenBSD: servconf.c,v 1.113 2002/07/30 17:03:55 markus Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.114 2002/08/21 19:38:06 stevesk Exp $"); |
14 | 14 | ||
15 | #if defined(KRB4) | 15 | #if defined(KRB4) |
16 | #include <krb.h> | 16 | #include <krb.h> |
@@ -159,7 +159,7 @@ fill_default_server_options(ServerOptions *options) | |||
159 | if (options->server_key_bits == -1) | 159 | if (options->server_key_bits == -1) |
160 | options->server_key_bits = 768; | 160 | options->server_key_bits = 768; |
161 | if (options->login_grace_time == -1) | 161 | if (options->login_grace_time == -1) |
162 | options->login_grace_time = 600; | 162 | options->login_grace_time = 60; |
163 | if (options->key_regeneration_time == -1) | 163 | if (options->key_regeneration_time == -1) |
164 | options->key_regeneration_time = 3600; | 164 | options->key_regeneration_time = 3600; |
165 | if (options->permit_root_login == PERMIT_NOT_SET) | 165 | if (options->permit_root_login == PERMIT_NOT_SET) |