Skip to content

Commit

Permalink
Merge pull request #484 from ejohnstown/release-cleanup2
Browse files Browse the repository at this point in the history
Release Cleanup 2
  • Loading branch information
JacobBarthelmeh committed Dec 28, 2022
2 parents e4ffaa9 + 0336676 commit 834a03c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wolfsftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2762,7 +2762,6 @@ static int wolfSSH_SFTPNAME_readdir(WOLFSSH* ssh, WDIR* dir, WS_SFTPNAME* out,
{
char* buf;
int bufSz;
int tmpSz;

bufSz = out->fSz + (int)WSTRLEN(dirName) + 2; /* /+nul */
buf = (char*)WMALLOC(bufSz, out->heap, DYNTYPE_SFTP);
Expand Down

0 comments on commit 834a03c

Please sign in to comment.