rpcrt4: Fix a typo in rpcrt4_conn_open_pipe.
authorRob Shearman <rob@codeweavers.com>
Wed, 24 Jan 2007 00:27:01 +0000 (00:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 24 Jan 2007 11:07:14 +0000 (12:07 +0100)
commit2103bca4db0cb72d3a7021cea42ad22d39b08930
tree2b3d2011316181f4ef4ad2086bb13056374a7aab
parent61f646f2c1b6e01d4f4bc2b9a2849d33d72a2329
rpcrt4: Fix a typo in rpcrt4_conn_open_pipe.

Fix a typo in rpcrt4_conn_open_pipe where the initial setting of dwFlags
was done inside the switch statement instead of at the indented place of
at the start of the block (thanks to Jan Zerebecki for noticing this bug).
dlls/rpcrt4/rpc_transport.c