Joseph Kogut : iphlpapi: Report success in NotifyIpInterfaceChange.

Alexandre Julliard julliard at winehq.org
Thu Oct 17 16:01:25 CDT 2019


Module: wine
Branch: master
Commit: 713f4568e6d0467e585775828bd725caa0f4faa3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=713f4568e6d0467e585775828bd725caa0f4faa3

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>

---

 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 1f823b401d..8c7c9018c4 100644
--- a/dlls/iphlpapi/iphlpapi_main.c
+++ b/dlls/iphlpapi/iphlpapi_main.c
@@ -2758,7 +2758,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