rpcrt4: Set the socket back to blocking in rpcrt4_conn_tcp_handoff as the read and write function for the protseq assume that syscalls will block.

Juan Lang juan_lang at yahoo.com
Tue Oct 31 14:52:20 CST 2006


+  /* reset to non-blocking behaviour */
+  fcntl(ret, F_SETFL, 0);

Shouldn't that read "reset to blocking behaviour" then?
--Juan


 
____________________________________________________________________________________
We have the perfect Group for you. Check out the handy changes to Yahoo! Groups 
(http://groups.yahoo.com)




More information about the wine-devel mailing list