mirror of
https://github.com/curl/curl.git
synced 2026-06-04 14:14:15 +03:00
libssh's sftp_aio_wait_write() would free the sftp_aio and assign NULL to the variable storing it in case of success and error (not in case of SSH_AGAIN). Hence freeing sftp_send_aio and assigning it NULL is not needed in case of successful sftp_aio_wait_write() due to which this commit removes that code. Signed-off-by: Eshan Kelkar <eshankelkar@galorithm.com> |
||
|---|---|---|
| .. | ||
| .checksrc | ||
| curl_path.c | ||
| curl_path.h | ||
| libssh.c | ||
| libssh2.c | ||
| ssh.h | ||
| wolfssh.c | ||