Subj : src/smblib/smblib.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Mon May 08 2023 06:07 pm https://gitlab.synchro.net/main/sbbs/-/commit/2ee37e4ee9e91ddb2d790f72 Modified Files: src/smblib/smblib.c Log Message: Fix the relocation of enlarged message headers in smb_putmsghdr() The first commit of this feature would leave the base corrupted for a couple of reasons (.sha file wasn't opened, using modified header when re-writing the old header to set the DELETED attribute). Both fixed. .