hnetcfg: Return success from fw_app_put_Enabled.

Hans Leidekker hans at codeweavers.com
Tue Feb 1 05:26:50 CST 2011


---
 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 =
-- 
1.7.1







More information about the wine-patches mailing list