diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.c b/readconf.c index 60befde59..99c04a9de 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.193 2011/05/24 07:15:47 djm Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.194 2011/09/23 07:45:05 markus 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 |
@@ -305,6 +305,7 @@ add_remote_forward(Options *options, const Forward *newfwd) | |||
305 | fwd->listen_port = newfwd->listen_port; | 305 | fwd->listen_port = newfwd->listen_port; |
306 | fwd->connect_host = newfwd->connect_host; | 306 | fwd->connect_host = newfwd->connect_host; |
307 | fwd->connect_port = newfwd->connect_port; | 307 | fwd->connect_port = newfwd->connect_port; |
308 | fwd->handle = newfwd->handle; | ||
308 | fwd->allocated_port = 0; | 309 | fwd->allocated_port = 0; |
309 | } | 310 | } |
310 | 311 | ||