Hans Leidekker : hnetcfg: Return success from fw_app_put_Enabled.

Alexandre Julliard julliard at winehq.org
Tue Feb 1 12:24:59 CST 2011


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Feb  1 12:26:50 2011 +0100

hnetcfg: Return success from fw_app_put_Enabled.

---

 dlls/hnetcfg/apps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/hnetcfg/apps.c b/dlls/hnetcfg/apps.c
index 81bfe36..90a1807 100644
--- a/dlls/hnetcfg/apps.c
+++ b/dlls/hnetcfg/apps.c
@@ -262,7 +262,7 @@ static HRESULT WINAPI fw_app_put_Enabled(
     fw_app *This = impl_from_INetFwAuthorizedApplication( iface );
 
     FIXME("%p, %d\n", This, enabled);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static const struct INetFwAuthorizedApplicationVtbl fw_app_vtbl =




More information about the wine-cvs mailing list