31 Aug
2016
31 Aug
'16
12:46 p.m.
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?