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)
commit6ca158291cf1f533ef18b542c84f22e9780c0966
tree1fb59098bcd9bd1b67db4b855782fea59ea6dcd7
parent9cb6a4d76f87b28077861d3f4220541fbf704ddf
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.
source/smbd/server.c