Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
authorJeremy Allison <jra@samba.org>
Fri, 26 Mar 2004 23:02:53 +0000 (23:02 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 26 Mar 2004 23:02:53 +0000 (23:02 +0000)
commit8d6aee954a62575e71f8c0d97429e09eaec4c132
treedbb71223527c116b76d68d4848a6d1f215653cfc
parent87280e9a798895de827e5d1526fbac28a548f710
Fix bug #1211. Ensure accept socket is in non-blocking state in case of network
error after select() returns true. (See accept man page on Linux). Patch from
rabies@meep.org (Richard Garnish).
Jeremy.
(This used to be commit 6ca158291cf1f533ef18b542c84f22e9780c0966)
source3/smbd/server.c