[PATCH] hnetcfg: Claim success in INetFwOpenPorts::Add()

Nikolay Sivov nsivov at codeweavers.com
Wed Apr 27 13:51:36 CDT 2016


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

For https://bugs.winehq.org/show_bug.cgi?id=37624

 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(
-- 
2.8.0.rc3




More information about the wine-patches mailing list