Commit 84b3606b authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

hnetcfg: Return success from put_Enabled for a port.

parent 5cf95396
......@@ -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(
......
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