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 16d2729dd..253574ce0 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -2037,7 +2037,7 @@ fill_default_options(Options * options) | |||
2037 | if (options->forward_x11 == -1) | 2037 | if (options->forward_x11 == -1) |
2038 | options->forward_x11 = 0; | 2038 | options->forward_x11 = 0; |
2039 | if (options->forward_x11_trusted == -1) | 2039 | if (options->forward_x11_trusted == -1) |
2040 | options->forward_x11_trusted = 0; | 2040 | options->forward_x11_trusted = 1; |
2041 | if (options->forward_x11_timeout == -1) | 2041 | if (options->forward_x11_timeout == -1) |
2042 | options->forward_x11_timeout = 1200; | 2042 | options->forward_x11_timeout = 1200; |
2043 | /* | 2043 | /* |