]> andersk Git - openssh.git/blobdiff - readconf.c
- OpenBSD CVS updates to v1.2.3
[openssh.git] / readconf.c
index eca13329f991d32a28b0565d49b6fe0da326b17d..4dfeece7e06dd527c53d758e88ba3dd56f33a5e5 100644 (file)
@@ -638,7 +638,7 @@ fill_default_options(Options * options)
        if (options->forward_agent == -1)
                options->forward_agent = 1;
        if (options->forward_x11 == -1)
-               options->forward_x11 = 1;
+               options->forward_x11 = 0;
        if (options->gateway_ports == -1)
                options->gateway_ports = 0;
        if (options->use_privileged_port == -1)
This page took 0.03258 seconds and 4 git commands to generate.