[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-patches
Subject:    netapi32: return ERROR_CALL_NOT_IMPLEMENTED for the stub
From:       Austin English <austinenglish () gmail ! com>
Date:       2011-04-29 16:46:14
Message-ID: BANLkTik60nV1Uj4GESh8iREEs0ExMr0GxA () mail ! gmail ! com
[Download RAW message or body]

-- 
-Austin

["netapi.txt" (text/plain)]

diff --git a/dlls/netapi32/wksta.c b/dlls/netapi32/wksta.c
index 122a685..d68d320 100644
--- a/dlls/netapi32/wksta.c
+++ b/dlls/netapi32/wksta.c
@@ -589,7 +589,7 @@ NET_API_STATUS NET_API_FUNCTION NetGetJoinInformation(
     *Name = NULL;
     *type = NetSetupUnknownStatus;
 
-    return NERR_Success;
+    return ERROR_CALL_NOT_IMPLEMENTED;
 }
 
 /************************************************************




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic