Merge pull request #105 from JacobBarthelmeh/sftp

free example SFTP client working directory
pull/110/head
John Safranek 2018-09-21 10:06:20 -07:00 committed by GitHub
commit 3a0da2023c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -888,6 +888,7 @@ THREAD_RETURN WOLFSSH_THREAD sftpclient_test(void* args)
doCmds();
XFREE(workingDir, NULL, DYNAMIC_TYPE_TMP_BUFFER);
ret = wolfSSH_shutdown(ssh);
if (ret != WS_SUCCESS)
err_sys("Closing stream failed.");