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 50349e238..efcf2d628 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1916,7 +1916,7 @@ fill_default_options(Options * options) | |||
1916 | if (options->forward_x11 == -1) | 1916 | if (options->forward_x11 == -1) |
1917 | options->forward_x11 = 0; | 1917 | options->forward_x11 = 0; |
1918 | if (options->forward_x11_trusted == -1) | 1918 | if (options->forward_x11_trusted == -1) |
1919 | options->forward_x11_trusted = 0; | 1919 | options->forward_x11_trusted = 1; |
1920 | if (options->forward_x11_timeout == -1) | 1920 | if (options->forward_x11_timeout == -1) |
1921 | options->forward_x11_timeout = 1200; | 1921 | options->forward_x11_timeout = 1200; |
1922 | /* | 1922 | /* |