diff options
author | Damien Miller <djm@mindrot.org> | 2013-07-18 08:09:04 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-07-18 08:09:04 +0200 |
commit | 9a6615542108118582f64b7161ca0e12176e3712 (patch) | |
tree | 59d5a9e9c5ecaac543308133e7543b39c899bb40 /readconf.c | |
parent | - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config (diff) | |
download | openssh-9a6615542108118582f64b7161ca0e12176e3712.tar.xz openssh-9a6615542108118582f64b7161ca0e12176e3712.zip |
- 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 '')
-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 @@ -/* $OpenBSD: readconf.c,v 1.203 2013/06/05 22:00:28 dtucker Exp $ */ +/* $OpenBSD: readconf.c,v 1.204 2013/06/10 19:19:44 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -820,8 +820,6 @@ parse_int: else if (opcode == oRemoteForward) add_remote_forward(options, &fwd); } - free(fwd.connect_host); - free(fwd.listen_host); break; case oClearAllForwardings: |