webservices: Don't set is_addressed when an error occurred.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3c6c6a3cae
commit
0a3dbf0eb0
|
@ -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 );
|
LeaveCriticalSection( &msg->cs );
|
||||||
return hr;
|
return hr;
|
||||||
|
|
Loading…
Reference in New Issue