hnetcfg: Claim success in INetFwOpenPorts::Add().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8e2586db52
commit
65ba59322d
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue