[PATCH] hnetcfg: Return success from put_Enabled for a port

Nikolay Sivov nsivov at codeweavers.com
Wed Nov 11 13:43:31 CST 2015


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---
 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 f4c755b..036ecb9 100644
--- a/dlls/hnetcfg/port.c
+++ b/dlls/hnetcfg/port.c
@@ -318,7 +318,7 @@ static HRESULT WINAPI fw_port_put_Enabled(
     fw_port *This = impl_from_INetFwOpenPort( iface );
 
     FIXME("%p %d\n", This, enabled);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI fw_port_get_BuiltIn(
-- 
2.6.2




More information about the wine-patches mailing list