Commit 65ba5932 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

hnetcfg: Claim success in INetFwOpenPorts::Add().

parent 8e2586db
......@@ -526,7 +526,7 @@ static HRESULT WINAPI fw_ports_Add(
fw_ports *This = impl_from_INetFwOpenPorts( iface );
FIXME("%p, %p\n", This, port);
return E_NOTIMPL;
return S_OK;
}
static HRESULT WINAPI fw_ports_Remove(
......
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