hnetcfg: Return success from put_Enabled for a port.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Nikolay Sivov 2015-11-11 22:43:31 +03:00 committed by Alexandre Julliard
parent 5cf9539650
commit 84b3606b2f

View file

@ -318,7 +318,7 @@ static HRESULT WINAPI fw_port_put_Enabled(
fw_port *This = impl_from_INetFwOpenPort( iface );
FIXME("%p %d\n", This, enabled);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI fw_port_get_BuiltIn(