mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope.
This commit is contained in:
parent
4619b529cf
commit
c82e1eaf66
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user