mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[NETAPI32]
NetGetJoinInformation: Fix netapi32 wksta winetest crash. svn path=/trunk/; revision=62288
This commit is contained in:
@@ -570,6 +570,9 @@ NET_API_STATUS NET_API_FUNCTION NetGetJoinInformation(
|
||||
{
|
||||
FIXME("Stub %s %p %p\n", wine_dbgstr_w(Server), Name, type);
|
||||
|
||||
if (Name == NULL || type == NULL)
|
||||
return ERROR_INVALID_PARAMETER;
|
||||
|
||||
*Name = NULL;
|
||||
*type = NetSetupUnknownStatus;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user