diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/servconf.c b/servconf.c index 76a80499d..e772cd46b 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.95 2001/12/19 07:18:56 deraadt Exp $"); | 13 | RCSID("$OpenBSD: servconf.c,v 1.96 2002/01/04 17:59:17 stevesk Exp $"); |
14 | 14 | ||
15 | #if defined(KRB4) || defined(KRB5) | 15 | #if defined(KRB4) || defined(KRB5) |
16 | #include <krb.h> | 16 | #include <krb.h> |
@@ -154,10 +154,8 @@ fill_default_server_options(ServerOptions *options) | |||
154 | options->x11_forwarding = 0; | 154 | options->x11_forwarding = 0; |
155 | if (options->x11_display_offset == -1) | 155 | if (options->x11_display_offset == -1) |
156 | options->x11_display_offset = 10; | 156 | options->x11_display_offset = 10; |
157 | #ifdef _PATH_XAUTH | ||
158 | if (options->xauth_location == NULL) | 157 | if (options->xauth_location == NULL) |
159 | options->xauth_location = _PATH_XAUTH; | 158 | options->xauth_location = _PATH_XAUTH; |
160 | #endif | ||
161 | if (options->strict_modes == -1) | 159 | if (options->strict_modes == -1) |
162 | options->strict_modes = 1; | 160 | options->strict_modes = 1; |
163 | if (options->keepalives == -1) | 161 | if (options->keepalives == -1) |