[2/8] webservices: Implement WsAddCustomHeader.

Sebastian Lackner sebastian at fds-team.de
Wed Aug 31 07:46:07 CDT 2016


On 31.08.2016 14:35, Hans Leidekker wrote:
> +        if (WsXmlStringEquals( desc->elementLocalName, &msg->header[i]->name, NULL ) &&
> +            WsXmlStringEquals( desc->elementNs, &msg->header[i]->ns, NULL ) == S_OK)

This looks suspicious because it does not match the follow up patch. are you missing a
== S_OK maybe?




More information about the wine-devel mailing list