Subj : CVS commit src/sbbs3/main.cpp To : All From : deuce Date : Wed Jun 08 2005 02:48 pm src/sbbs3 main.cpp 1.387 1.388 Update of /cvsroot/sbbs/src/sbbs3 In directory cvs.synchro.net:/tmp/cvs-serv3245 Modified Files: main.cpp Log Message: Fix the bug I meant to fix in the last commit. unlock the input_thread_mutex before a continue. This very well might fix spy socket hangs and irc.js hangs on Linux. If it does, it also explains why I couldn't duplicate them on FreeBSD. (FreeBSD would return EDEADLK, Linux would deadlock) .