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

Split SFTP client cleanup into to functions.

sftp_finish() which ends the communication, disables further
commands, and can explicitly be called more than once, and
sftp_end() which frees the state.

This prevents a race around sftp_finish() calls and sftpc_*() calls
which is likely responsibe for various weirdness in SSH connections,
and should fix ticket 135.
parent 69322766
No related branches found
No related tags found
No related merge requests found
Pipeline #6091 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment