[4/4] hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope.

Hans Leidekker hans at codeweavers.com
Wed Sep 26 02:37:40 CDT 2012


---
 dlls/hnetcfg/apps.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hnetcfg/apps.c b/dlls/hnetcfg/apps.c
index 38c0d00..7fd6b55 100644
--- a/dlls/hnetcfg/apps.c
+++ b/dlls/hnetcfg/apps.c
@@ -286,7 +286,7 @@ static HRESULT WINAPI fw_app_put_Scope(
     fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
 
     FIXME("%p, %u\n", This, scope);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI fw_app_get_RemoteAddresses(
-- 
1.7.10.4






More information about the wine-patches mailing list