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:
parent
5cf9539650
commit
84b3606b2f
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue