Nikolay Sivov : hnetcfg: Claim success in INetFwOpenPorts::Add().
Module: wine Branch: master Commit: 65ba59322d0448ebfbdfb3a1b437913cf3aae844 URL: http://source.winehq.org/git/wine.git/?a=commit;h=65ba59322d0448ebfbdfb3a1b4... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Wed Apr 27 21:51:36 2016 +0300 hnetcfg: Claim success in INetFwOpenPorts::Add(). Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/hnetcfg/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c index 036ecb9..7d74965 100644 --- a/dlls/hnetcfg/port.c +++ b/dlls/hnetcfg/port.c @@ -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(
participants (1)
-
Alexandre Julliard