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)
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 a361500f1..ce16627db 100644
--- a/ssh.c
+++ b/ssh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh.c,v 1.476 2018/04/10 00:10:49 djm Exp $ */ 1/* $OpenBSD: ssh.c,v 1.477 2018/04/14 21:50:41 djm 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
@@ -1323,7 +1323,6 @@ main(int ac, char **av)
1323 (char *)NULL); 1323 (char *)NULL);
1324 free(cp); 1324 free(cp);
1325 } 1325 }
1326 free(conn_hash_hex);
1327 1326
1328 if (config_test) { 1327 if (config_test) {
1329 dump_client_config(&options, host); 1328 dump_client_config(&options, host);