mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
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>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
@ -1323,7 +1323,6 @@ main(int ac, char **av)
|
|||||||
(char *)NULL);
|
(char *)NULL);
|
||||||
free(cp);
|
free(cp);
|
||||||
}
|
}
|
||||||
free(conn_hash_hex);
|
|
||||||
|
|
||||||
if (config_test) {
|
if (config_test) {
|
||||||
dump_client_config(&options, host);
|
dump_client_config(&options, host);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user