diff options
author | 2013-06-10 19:19:44 +0000 | |
---|---|---|
committer | 2013-06-10 19:19:44 +0000 | |
commit | 941dbb2d6a9d293f365fb8aa5f224dedfb56a185 (patch) | |
tree | 795f48b97bbf8d933bf953c65f290d08b82aa9f9 | |
parent | A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>: (diff) | |
download | wireguard-openbsd-941dbb2d6a9d293f365fb8aa5f224dedfb56a185.tar.xz wireguard-openbsd-941dbb2d6a9d293f365fb8aa5f224dedfb56a185.zip |
revert 1.203 while we investigate crashes reported by okan@
-rw-r--r-- | usr.bin/ssh/readconf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/readconf.c b/usr.bin/ssh/readconf.c index 1599f62ec8e..7253c843237 100644 --- a/usr.bin/ssh/readconf.c +++ b/usr.bin/ssh/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 @@ -814,8 +814,6 @@ parse_int: else if (opcode == oRemoteForward) add_remote_forward(options, &fwd); } - free(fwd.connect_host); - free(fwd.listen_host); break; case oClearAllForwardings: |