]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
I think ive found the answer to the hanging connections problem. The majority of...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 30 Jul 2006 23:05:46 +0000 (23:05 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 30 Jul 2006 23:05:46 +0000 (23:05 +0000)
commitcfc2715066ba2228a510bb845691b1422e3338de
tree13862c8fe72c9b174670ad90b08de1f016591003
parent63ecaa7059166007635f5dd19b93f2d478fbf1ce
I think ive found the answer to the hanging connections problem. The majority of stuff in userprocess is skipped over when fd==0, it was fd > 0 rather than fd > -1 in a check. This would prevent one user (near the first) with fd 0 from connecting properly.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4605 e03df62e-2008-0410-955e-edbf42e46eb7
src/userprocess.cpp