sync urlmon with wine 1.1.24

svn path=/trunk/; revision=41584
This commit is contained in:
Christoph von Wittich
2009-06-23 13:37:11 +00:00
parent e230289f94
commit d8a2e91f8e
+1 -1
View File
@@ -386,7 +386,7 @@ static HRESULT WINAPI BSCHttpNegotiate_GetRootSecurityId(IHttpNegotiate2 *iface,
TRACE("(%p)->(%p %p %ld)\n", This, pbSecurityId, pcbSecurityId, dwReserved);
if(!This->http_negotiate2)
return E_FAIL;
return E_NOTIMPL;
return IHttpNegotiate2_GetRootSecurityId(This->http_negotiate2, pbSecurityId,
pcbSecurityId, dwReserved);