diff options
author | Damien Miller <djm@mindrot.org> | 2013-07-18 16:09:04 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-07-18 16:09:04 +1000 |
commit | 9a6615542108118582f64b7161ca0e12176e3712 (patch) | |
tree | 59d5a9e9c5ecaac543308133e7543b39c899bb40 /readconf.c | |
parent | b7482cff46e7e76bfb3cda86c365a08f58d4fca0 (diff) |
- dtucker@cvs.openbsd.org 2013/06/10 19:19:44
[readconf.c]
revert 1.203 while we investigate crashes reported by okan@
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/readconf.c b/readconf.c index 7c1c795fe..1464430a4 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: readconf.c,v 1.203 2013/06/05 22:00:28 dtucker Exp $ */ | 1 | /* $OpenBSD: readconf.c,v 1.204 2013/06/10 19:19:44 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 |
@@ -820,8 +820,6 @@ parse_int: | |||
820 | else if (opcode == oRemoteForward) | 820 | else if (opcode == oRemoteForward) |
821 | add_remote_forward(options, &fwd); | 821 | add_remote_forward(options, &fwd); |
822 | } | 822 | } |
823 | free(fwd.connect_host); | ||
824 | free(fwd.listen_host); | ||
825 | break; | 823 | break; |
826 | 824 | ||
827 | case oClearAllForwardings: | 825 | case oClearAllForwardings: |