summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c
index f4f273c96..e676b6be6 100644
--- a/readconf.c
+++ b/readconf.c
@@ -2153,7 +2153,7 @@ fill_default_options(Options * options)
2153 if (options->forward_x11 == -1) 2153 if (options->forward_x11 == -1)
2154 options->forward_x11 = 0; 2154 options->forward_x11 = 0;
2155 if (options->forward_x11_trusted == -1) 2155 if (options->forward_x11_trusted == -1)
2156 options->forward_x11_trusted = 0; 2156 options->forward_x11_trusted = 1;
2157 if (options->forward_x11_timeout == -1) 2157 if (options->forward_x11_timeout == -1)
2158 options->forward_x11_timeout = 1200; 2158 options->forward_x11_timeout = 1200;
2159 /* 2159 /*