Subj : src/sbbs3/sexyz.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Oct 24 2025 10:27 pm https://gitlab.synchro.net/main/sbbs/-/commit/929fc7cde612b44a7dbb9489 Modified Files: src/sbbs3/sexyz.c Log Message: Fix error on systems where poll() is preferred (ie: *nix) Broken in fa6202f2a58, after poll() indicates there is data to read, recv_buffer() would return a timeout rather than set the timeout to zero and retry the recv(). .