Hans Leidekker : hnetcfg: Return success from INetFwAuthorizedApplication:: put_Scope.
Module: wine Branch: master Commit: c82e1eaf669f12775e73e544e643797f72b0e724 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c82e1eaf669f12775e73e544e6... Author: Hans Leidekker <hans(a)codeweavers.com> Date: Wed Sep 26 09:37:40 2012 +0200 hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope. --- dlls/hnetcfg/apps.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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(
participants (1)
-
Alexandre Julliard