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 c74193424..e1e82c5ad 100644
--- a/readconf.c
+++ b/readconf.c
@@ -1292,7 +1292,7 @@ fill_default_options(Options * options)
1292 if (options->forward_x11 == -1) 1292 if (options->forward_x11 == -1)
1293 options->forward_x11 = 0; 1293 options->forward_x11 = 0;
1294 if (options->forward_x11_trusted == -1) 1294 if (options->forward_x11_trusted == -1)
1295 options->forward_x11_trusted = 0; 1295 options->forward_x11_trusted = 1;
1296 if (options->forward_x11_timeout == -1) 1296 if (options->forward_x11_timeout == -1)
1297 options->forward_x11_timeout = 1200; 1297 options->forward_x11_timeout = 1200;
1298 if (options->exit_on_forward_failure == -1) 1298 if (options->exit_on_forward_failure == -1)