ole32: Modify local_server_thread() to recreate the pipe for each request.
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 12 Jul 2011 22:09:18 +0000 (00:09 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Jul 2011 09:52:59 +0000 (11:52 +0200)
commitbe9a032693a138795fb57c2f67c0a38b64cf0410
tree621f662c3ec7a8b18dc0e6bd0f51e3a40534f15a
parentb6f28fc70fc2d75f3950e4cbe67521bdf0407d7e
ole32: Modify local_server_thread() to recreate the pipe for each request.

This avoids having the named pipe get stuck in the STATUS_PIPE_BUSY state after the DisconnectNamedPipe() call.
dlls/ole32/rpc.c