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 c02cdf63a..d1091cbda 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1927,7 +1927,7 @@ fill_default_options(Options * options) | |||
1927 | if (options->forward_x11 == -1) | 1927 | if (options->forward_x11 == -1) |
1928 | options->forward_x11 = 0; | 1928 | options->forward_x11 = 0; |
1929 | if (options->forward_x11_trusted == -1) | 1929 | if (options->forward_x11_trusted == -1) |
1930 | options->forward_x11_trusted = 0; | 1930 | options->forward_x11_trusted = 1; |
1931 | if (options->forward_x11_timeout == -1) | 1931 | if (options->forward_x11_timeout == -1) |
1932 | options->forward_x11_timeout = 1200; | 1932 | options->forward_x11_timeout = 1200; |
1933 | /* | 1933 | /* |