server: Always try return a named pipe server that is listening from find_available_s...
commit44581af935d8111292460fbc4a7df7ad52766cd4
authorRob Shearman <rob@codeweavers.com>
Mon, 4 Feb 2008 20:18:34 +0000 (4 20:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 5 Feb 2008 11:19:37 +0000 (5 12:19 +0100)
tree9cad6daa3c326a951d9271860e380cc3828667f5
parente70848ed01496dc16ca92b51f15346b8423b64f0
server: Always try return a named pipe server that is listening from find_available_server.

We still fallback to an idle server, but this prevents a client from
connecting to a named pipe server that isn't listening.
server/named_pipe.c