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 5f6c37fe4..f0769b574 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1748,7 +1748,7 @@ fill_default_options(Options * options) | |||
1748 | if (options->forward_x11 == -1) | 1748 | if (options->forward_x11 == -1) |
1749 | options->forward_x11 = 0; | 1749 | options->forward_x11 = 0; |
1750 | if (options->forward_x11_trusted == -1) | 1750 | if (options->forward_x11_trusted == -1) |
1751 | options->forward_x11_trusted = 0; | 1751 | options->forward_x11_trusted = 1; |
1752 | if (options->forward_x11_timeout == -1) | 1752 | if (options->forward_x11_timeout == -1) |
1753 | options->forward_x11_timeout = 1200; | 1753 | options->forward_x11_timeout = 1200; |
1754 | if (options->exit_on_forward_failure == -1) | 1754 | if (options->exit_on_forward_failure == -1) |