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 6b01f20d2..661b8bf40 100644
--- a/readconf.c
+++ b/readconf.c
@@ -2000,7 +2000,7 @@ fill_default_options(Options * options)
2000 if (options->forward_x11 == -1) 2000 if (options->forward_x11 == -1)
2001 options->forward_x11 = 0; 2001 options->forward_x11 = 0;
2002 if (options->forward_x11_trusted == -1) 2002 if (options->forward_x11_trusted == -1)
2003 options->forward_x11_trusted = 0; 2003 options->forward_x11_trusted = 1;
2004 if (options->forward_x11_timeout == -1) 2004 if (options->forward_x11_timeout == -1)
2005 options->forward_x11_timeout = 1200; 2005 options->forward_x11_timeout = 1200;
2006 /* 2006 /*