From d8a2e91f8e32020d2bff2f8bb80983f79af9ad9d Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 23 Jun 2009 13:37:11 +0000 Subject: [PATCH] sync urlmon with wine 1.1.24 svn path=/trunk/; revision=41584 --- reactos/dll/win32/urlmon/bindctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/urlmon/bindctx.c b/reactos/dll/win32/urlmon/bindctx.c index 044b817eda5..8c1949bae8c 100644 --- a/reactos/dll/win32/urlmon/bindctx.c +++ b/reactos/dll/win32/urlmon/bindctx.c @@ -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);