Skip to content
Snippets Groups Projects
Commit ccd73340 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix LOR ion error path.

parent 4f363e41
No related branches found
No related tags found
No related merge requests found
......@@ -612,8 +612,8 @@ add_public_key(void *vpriv)
pthread_mutex_lock(&ssh_tx_mutex);
pthread_mutex_lock(&ssh_mutex);
if (conn_api.terminate || !check_channel_open(&new_sftp_channel)) {
pthread_mutex_unlock(&ssh_tx_mutex);
pthread_mutex_unlock(&ssh_mutex);
pthread_mutex_unlock(&ssh_tx_mutex);
free(priv);
pubkey_thread_running = false;
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment