Joseph Kogut : iphlpapi: Report success in NotifyIpInterfaceChange.

Alexandre Julliard julliard at winehq.org
Mon Apr 20 15:01:52 CDT 2020


Module: wine
Branch: oldstable
Commit: 8f1a46c73ce9635d754b7b7a77f57a824fa8ffaa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8f1a46c73ce9635d754b7b7a77f57a824fa8ffaa

Author: Joseph Kogut <joseph.kogut at gmail.com>
Date:   Mon Oct 14 19:25:39 2019 -0700

iphlpapi: Report success in NotifyIpInterfaceChange.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47935
Signed-off-by: Joseph Kogut <joseph.kogut at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 713f4568e6d0467e585775828bd725caa0f4faa3)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/iphlpapi/iphlpapi_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/iphlpapi/iphlpapi_main.c b/dlls/iphlpapi/iphlpapi_main.c
index 5df4cd832b..5f0261dd8e 100644
--- a/dlls/iphlpapi/iphlpapi_main.c
+++ b/dlls/iphlpapi/iphlpapi_main.c
@@ -2756,7 +2756,7 @@ DWORD WINAPI NotifyIpInterfaceChange(ADDRESS_FAMILY family, PIPINTERFACE_CHANGE_
     FIXME("(family %d, callback %p, context %p, init_notify %d, handle %p): stub\n",
           family, callback, context, init_notify, handle);
     if (handle) *handle = NULL;
-    return ERROR_NOT_SUPPORTED;
+    return NO_ERROR;
 }
 
 




More information about the wine-cvs mailing list