Subj : src/sbbs3/userdat.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Wed Dec 17 2025 03:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/2f7623fe054d6c2b9c1e41ec Modified Files: src/sbbs3/userdat.c Log Message: Do some error checking in logoutuserdat() (i.e. user.tab open/lock/read/write failures) I suspect this function has been failing on Vertrauen under heavy (Guest login/out) load, but there was no actual error reporting from this function which opens, locks, read and writes the user.tab file 4 times (!) for every user logout. Ideally: - this function would return more error details than simply success/failure - this function would only open/lock/read/write the user.tab file only once .