summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-04-14 21:50:41 +0000
committerDamien Miller <djm@mindrot.org>2018-04-15 07:52:57 +1000
commit390c7000a8946db565b66eab9e52fb11948711fa (patch)
tree0a8773f3efde5d2b445a86ad0bddb0d853ef0ca6 /ssh.c
parent3455f1e7c48e2e549192998d330214975b9b1dc7 (diff)
downloadopenssh-git-390c7000a8946db565b66eab9e52fb11948711fa.tar.gz
upstream: don't free the %C expansion, it's used later for
LocalCommand OpenBSD-Commit-ID: 857b5cb37b2d856bfdfce61289a415257a487fb1
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index a361500f..ce16627d 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);