From 739fe90698eec2885c3bc5328580d18dd8ed1245 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Fri, 18 Nov 2011 20:44:31 +0400 Subject: [PATCH 2/2] wbemprox: Hack for eterbug #7552. --- dlls/wbemprox/i_wbemservices.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wbemprox/i_wbemservices.c b/dlls/wbemprox/i_wbemservices.c index b021698..68eb862 100644 --- a/dlls/wbemprox/i_wbemservices.c +++ b/dlls/wbemprox/i_wbemservices.c @@ -481,7 +481,7 @@ static HRESULT WINAPI wbemprox_IClientSecurity_SetBlanket( FIXME("(%p, %d, %d, %s, %d, %d, %p, 0x%x)\n", pProxy, AuthnSvc, AuthzSvc, pServerPrincName == COLE_DEFAULT_PRINCIPAL ? "" : debugstr_w(pServerPrincName), AuthnLevel, ImpLevel, pAuthInfo, Capabilities); - return E_NOTIMPL; + return S_OK; } static HRESULT WINAPI wbemprox_IClientSecurity_CopyProxy( -- 1.7.7.3