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 <vl@samba.org>
Wed, 6 Oct 2010 16:00:22 +0000 (18:00 +0200)
commite3aa5a62f28dd9ff4ace599ef9764ba76f12a65e
tree4daff69c72c780db237ebf6cc62a24896880efbc
parente97b5b7e2a48cb21e7118b15a34e70c623eebbc8
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.
source3/smbd/process.c