commit | 5cebc6b4c1aeb27c8abf1f3d205fac52e55e0aed | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri May 26 13:24:38 2017 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri May 26 13:24:38 2017 +0200 |
tree | 01c1d106dbb9e8d8a131d1ab06ad1320a806a224 | |
parent | 16c94f6c041e0373227ee3da7e782dabed128c6d [diff] [blame] |
client CHANGE allow sharing client context among the threads
diff --git a/src/session_client_ssh.c b/src/session_client_ssh.c index b30409a..e77aec7 100644 --- a/src/session_client_ssh.c +++ b/src/session_client_ssh.c
@@ -100,6 +100,8 @@ } free(opts->keys); free(opts->username); + opts->keys = NULL; + opts->username = NULL; } void