diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c index c706fbf46..66a36a49f 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.254 2016/05/04 14:29:58 markus Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.255 2016/06/03 03:14:41 dtucker Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -1748,6 +1748,8 @@ initialize_options(Options * options) | |||
1748 | options->forward_x11 = -1; | 1748 | options->forward_x11 = -1; |
1749 | options->forward_x11_trusted = -1; | 1749 | options->forward_x11_trusted = -1; |
1750 | options->forward_x11_timeout = -1; | 1750 | options->forward_x11_timeout = -1; |
1751 | options->stdio_forward_host = NULL; | ||
1752 | options->stdio_forward_port = 0; | ||
1751 | options->exit_on_forward_failure = -1; | 1753 | options->exit_on_forward_failure = -1; |
1752 | options->xauth_location = NULL; | 1754 | options->xauth_location = NULL; |
1753 | options->fwd_opts.gateway_ports = -1; | 1755 | options->fwd_opts.gateway_ports = -1; |