Skip to content

Commit

Permalink
Merge pull request #756 from lealem47/fatfs_build
Browse files Browse the repository at this point in the history
Fix SFTP build with WOLFSSH_FATFS
  • Loading branch information
SparkiDev authored Dec 15, 2024
2 parents 93af2c2 + fd45a86 commit a2ed75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wolfsftp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,7 @@ static int wolfSSH_SFTPNAME_readdir(WOLFSSH* ssh, WDIR* dir, WS_SFTPNAME* out,
!= WS_SUCCESS) {
WLOG(WS_LOG_SFTP, "Unable to get attribute values for %s",
out->fName);
WFREE(buf, out->heap, DYNTYPE_SFTP);
WFREE(out->fName, out->heap, DYNTYPE_SFTP);
return WS_FATAL_ERROR;
}
}
Expand Down

0 comments on commit a2ed75e

Please sign in to comment.