diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c index 3af3038bb..dfd83c1b9 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -899,7 +899,7 @@ fill_default_options(Options * options) | |||
899 | if (options->forward_x11 == -1) | 899 | if (options->forward_x11 == -1) |
900 | options->forward_x11 = 0; | 900 | options->forward_x11 = 0; |
901 | if (options->forward_x11_trusted == -1) | 901 | if (options->forward_x11_trusted == -1) |
902 | options->forward_x11_trusted = 0; | 902 | options->forward_x11_trusted = 1; |
903 | if (options->xauth_location == NULL) | 903 | if (options->xauth_location == NULL) |
904 | options->xauth_location = _PATH_XAUTH; | 904 | options->xauth_location = _PATH_XAUTH; |
905 | if (options->gateway_ports == -1) | 905 | if (options->gateway_ports == -1) |