s3: Make the write end of the echo responder pipe non-blocking
authorVolker Lendecke <vl@samba.org>
Wed, 6 Oct 2010 13:05:59 +0000 (15:05 +0200)
committerVolker Lendecke <vlendec@samba.org>
Wed, 6 Oct 2010 13:57:30 +0000 (13:57 +0000)
commit342c79e26544ee5345a9d54f68f774d7ce07e530
treead6ca36b8d8cbe79fb883394d34b743cc5d28bb3
parent312d0977a2bd7f3eccff91e6c246a68814a33991
s3: Make the write end of the echo responder pipe non-blocking

Without this, we can get a writable pipe end, but the writev call on the pipe
will block.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Wed Oct  6 13:57:30 UTC 2010 on sn-devel-104
source3/smbd/process.c