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

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 28 11:01:51 CDT 2016


Module: wine
Branch: master
Commit: 65ba59322d0448ebfbdfb3a1b437913cf3aae844
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=65ba59322d0448ebfbdfb3a1b437913cf3aae844

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Apr 27 21:51:36 2016 +0300

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

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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(




More information about the wine-cvs mailing list