Subj : src/sbbs3/websrvr.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Thu Nov 23 2023 05:49 pm https://gitlab.synchro.net/main/sbbs/-/commit/274efc589d79d20711f04da2 Modified Files: src/sbbs3/websrvr.c Log Message: A little clean-up around FILE* opening/closing, error handling "HTTP Logging" replaced in log messages with "Web Server access-logging". Using new FCLOSE_OPEN_FILE macro to close and NULify open FILE*'s. .