upstream: don't free the %C expansion, it's used later for

LocalCommand

OpenBSD-Commit-ID: 857b5cb37b2d856bfdfce61289a415257a487fb1
This commit is contained in:
2018-04-15 18:30:16 +10:00
committed by Damien Miller
parent 3402cc6070
commit 85fe48fd49
-1
View File
@@ -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);