Merge pull request #192 from JacobBarthelmeh/doc

update comment on SFTP name list free function
pull/194/head
John Safranek 2019-08-29 14:32:04 -07:00 committed by GitHub
commit ef2a6e15c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4398,7 +4398,8 @@ void wolfSSH_SFTPNAME_free(WS_SFTPNAME* n)
}
/* free's linked list of sftp name structures */
/* takes in the head of the list and free's all nodes in the list of sftp name
* structures */
void wolfSSH_SFTPNAME_list_free(WS_SFTPNAME* n)
{
WS_SFTPNAME* tmp = NULL;