[openssh-commits] [openssh] 02/02: upstream: don't free the %C expansion, it's used later for
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Apr 15 07:53:22 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 390c7000a8946db565b66eab9e52fb11948711fa
Author: djm at openbsd.org <djm at openbsd.org>
Date: Sat Apr 14 21:50:41 2018 +0000
upstream: don't free the %C expansion, it's used later for
LocalCommand
OpenBSD-Commit-ID: 857b5cb37b2d856bfdfce61289a415257a487fb1
---
ssh.c | 3 +--
1 file changed, 1 insertion(+), 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 at cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo at 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);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list