summaryrefslogtreecommitdiffstats
path: root/ssh.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-04-14 23:50:41 +0200
committerDamien Miller <djm@mindrot.org>2018-04-14 23:52:57 +0200
commit390c7000a8946db565b66eab9e52fb11948711fa (patch)
tree0a8773f3efde5d2b445a86ad0bddb0d853ef0ca6 /ssh.c
parentupstream: notify user immediately when underlying ssh process dies; (diff)
downloadopenssh-390c7000a8946db565b66eab9e52fb11948711fa.tar.xz
openssh-390c7000a8946db565b66eab9e52fb11948711fa.zip
upstream: don't free the %C expansion, it's used later for
LocalCommand OpenBSD-Commit-ID: 857b5cb37b2d856bfdfce61289a415257a487fb1
Diffstat (limited to '')
-rw-r--r--ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index a361500f1..ce16627db 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.c,v 1.476 2018/04/10 00:10:49 djm Exp $ */
+/* $OpenBSD: ssh.c,v 1.477 2018/04/14 21:50:41 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1323,7 +1323,6 @@ main(int ac, char **av)
(char *)NULL);
free(cp);
}
- free(conn_hash_hex);
if (config_test) {
dump_client_config(&options, host);