commit | 86cae53c88c503403f2ad574a1573dc92261b99a | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed May 30 09:56:16 2018 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed May 30 09:56:16 2018 +0200 |
tree | 99975d2f83edb7e10817353d68af55da84add1dc | |
parent | 140eecd803203548f4e0697fb018feaf8c3650c1 [diff] |
client session BUGFIX double unlock
diff --git a/src/session_client_ssh.c b/src/session_client_ssh.c index 83ab4d8..d9b7811 100644 --- a/src/session_client_ssh.c +++ b/src/session_client_ssh.c
@@ -1755,8 +1755,6 @@ } new_session->status = NC_STATUS_RUNNING; - nc_session_io_unlock(new_session, __func__); - if (nc_ctx_check_and_fill(new_session) == -1) { goto fail; }