Commit 726c0455 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

hnetcfg: Return success from fw_app_put_Enabled.

parent 1dcf3f7a
......@@ -262,7 +262,7 @@ static HRESULT WINAPI fw_app_put_Enabled(
fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
FIXME("%p, %d\n", This, enabled);
return E_NOTIMPL;
return S_OK;
}
static const struct INetFwAuthorizedApplicationVtbl fw_app_vtbl =
......
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