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 32c4b425b..5429fc2ad 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1640,7 +1640,7 @@ fill_default_options(Options * options) | |||
1640 | if (options->forward_x11 == -1) | 1640 | if (options->forward_x11 == -1) |
1641 | options->forward_x11 = 0; | 1641 | options->forward_x11 = 0; |
1642 | if (options->forward_x11_trusted == -1) | 1642 | if (options->forward_x11_trusted == -1) |
1643 | options->forward_x11_trusted = 0; | 1643 | options->forward_x11_trusted = 1; |
1644 | if (options->forward_x11_timeout == -1) | 1644 | if (options->forward_x11_timeout == -1) |
1645 | options->forward_x11_timeout = 1200; | 1645 | options->forward_x11_timeout = 1200; |
1646 | if (options->exit_on_forward_failure == -1) | 1646 | if (options->exit_on_forward_failure == -1) |