upstream: don't free the %C expansion, it's used later for
LocalCommand OpenBSD-Commit-ID: 857b5cb37b2d856bfdfce61289a415257a487fb1
This commit is contained in:
parent
3455f1e7c4
commit
390c7000a8
3
ssh.c
3
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);
|
||||
|
|
Loading…
Reference in New Issue