Commit 0a3dbf0e authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

webservices: Don't set is_addressed when an error occurred.

parent 3c6c6a3c
......@@ -404,7 +404,7 @@ HRESULT WINAPI WsAddressMessage( WS_MESSAGE *handle, const WS_ENDPOINT_ADDRESS *
}
}
msg->is_addressed = TRUE;
if (hr == S_OK) msg->is_addressed = TRUE;
LeaveCriticalSection( &msg->cs );
return hr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment