hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope.

This commit is contained in:
Hans Leidekker 2012-09-26 09:37:40 +02:00 committed by Alexandre Julliard
parent 4619b529cf
commit c82e1eaf66
1 changed files with 1 additions and 1 deletions

View File

@ -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(