Subj : src/vdmodem/vdmodem.c To : Git commit to main/sbbs/master From : Rob Swindell (on Windows) Date : Fri Aug 04 2023 12:20 pm https://gitlab.synchro.net/main/sbbs/-/commit/4c10ab2bf40baa46d71f3eb3 Modified Files: src/vdmodem/vdmodem.c Log Message: Don't leave socket open when dial() reports "NO CARRIER" As reported by Deon on DOVE-net, when the call to socket_recvdone() returns true (socket is disconnected and all data has been recv()ed), dial() would report "NO CARRIER" but leave the open socket opened, thus preventing any subsequent dial attempt ("Can't dial: Already connected" and "ERROR"). Also removed the source file path/name from the debug print statements - don't need that noise. Incremented the version to 0.4 .