Nikolay Sivov : hnetcfg: Return success from put_Enabled for a port.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 12 09:58:27 CST 2015


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Nov 11 22:43:31 2015 +0300

hnetcfg: Return success from put_Enabled for a port.

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 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(




More information about the wine-cvs mailing list