Subj : src/sbbs3/logon.cpp To : Git commit to main/sbbs/master From : Rob Swindell (on Debian Linux) Date : Mon Jul 24 2023 06:25 pm https://gitlab.synchro.net/main/sbbs/-/commit/e12c35049251dc97e8eafd7c Modified Files: src/sbbs3/logon.cpp Log Message: Revert "Log an error if getstats() returns a failure" This reverts commit 8266da9c329d2ba49ff2001cf542a0d05dc9987e. We're already passing a sock_init callback (ls_cb) which is supposed to set the socket options (call set_socket_options), so this change shouldn't be necessary and reportedly caused more issues binding ircd sockets when running ircd.js via jsexec (though I didn't see this myself). .