Commit c82e1eaf authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

hnetcfg: Return success from INetFwAuthorizedApplication::put_Scope.

parent 4619b529
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment