mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
misc: Add support for %j and %C percent expand
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Pavol Žáčik <pzacik@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -384,6 +384,7 @@ void ssh_free(ssh_session session)
|
||||
ssh_proxyjumps_free(session->opts.proxy_jumps);
|
||||
SSH_LIST_FREE(session->opts.proxy_jumps);
|
||||
SSH_LIST_FREE(session->opts.proxy_jumps_user_cb);
|
||||
SAFE_FREE(session->opts.proxy_jumps_str);
|
||||
|
||||
while ((b = ssh_list_pop_head(struct ssh_buffer_struct *,
|
||||
session->out_queue)) != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user