From c82e1eaf669f12775e73e544e643797f72b0e724 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Wed, 26 Sep 2012 09:37:40 +0200 Subject: [PATCH] hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope. --- 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 38c0d004160..7fd6b55d5fe 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(