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 cc1a6338d..dc22360d1 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1797,7 +1797,7 @@ fill_default_options(Options * options) | |||
1797 | if (options->forward_x11 == -1) | 1797 | if (options->forward_x11 == -1) |
1798 | options->forward_x11 = 0; | 1798 | options->forward_x11 = 0; |
1799 | if (options->forward_x11_trusted == -1) | 1799 | if (options->forward_x11_trusted == -1) |
1800 | options->forward_x11_trusted = 0; | 1800 | options->forward_x11_trusted = 1; |
1801 | if (options->forward_x11_timeout == -1) | 1801 | if (options->forward_x11_timeout == -1) |
1802 | options->forward_x11_timeout = 1200; | 1802 | options->forward_x11_timeout = 1200; |
1803 | if (options->exit_on_forward_failure == -1) | 1803 | if (options->exit_on_forward_failure == -1) |