diff options
author | Colin Watson <cjwatson@debian.org> | 2004-03-10 01:46:35 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-03-10 01:46:35 +0000 |
commit | 3ce3504956692d5d30d63d5975286319286cfbde (patch) | |
tree | 0de1187e3fdd9b47d62e3cd44c2bb8be73ab87cd /readconf.c | |
parent | 03a3f02202906cbe1778f75e05779bcf0fa54868 (diff) |
Turn off the new ForwardX11Trusted by default, returning to the semantics
of 3.7 and earlier, since it seems immature and causes far too many
problems with existing setups. See README.Debian for details
(closes: #237021).
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) |