mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
sync urlmon with wine 1.1.24
svn path=/trunk/; revision=41584
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user