hnetcfg: Return success from fw_app_put_Enabled.
This commit is contained in:
parent
1dcf3f7aef
commit
726c045549
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue