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 389de7d60..2778176c6 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1298,7 +1298,7 @@ fill_default_options(Options * options) | |||
1298 | if (options->forward_x11 == -1) | 1298 | if (options->forward_x11 == -1) |
1299 | options->forward_x11 = 0; | 1299 | options->forward_x11 = 0; |
1300 | if (options->forward_x11_trusted == -1) | 1300 | if (options->forward_x11_trusted == -1) |
1301 | options->forward_x11_trusted = 0; | 1301 | options->forward_x11_trusted = 1; |
1302 | if (options->forward_x11_timeout == -1) | 1302 | if (options->forward_x11_timeout == -1) |
1303 | options->forward_x11_timeout = 1200; | 1303 | options->forward_x11_timeout = 1200; |
1304 | if (options->exit_on_forward_failure == -1) | 1304 | if (options->exit_on_forward_failure == -1) |