hnetcfg: Return success from fw_app_put_Enabled.

oldstable
Hans Leidekker 2011-02-01 12:26:50 +01:00 committed by Alexandre Julliard
parent 1dcf3f7aef
commit 726c045549
1 changed files with 1 additions and 1 deletions

View File

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