mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
netapi32: Print the debug string and not the pointer to it.
This commit is contained in:
parent
4cf695e164
commit
04121b3e02
@ -88,10 +88,10 @@ NET_API_STATUS WINAPI NetServerEnumEx(
|
||||
LMCSTR domain,
|
||||
LMCSTR FirstNameToReturn)
|
||||
{
|
||||
FIXME("Stub (%s %d %p %d %p %p %d %s %p)\n", debugstr_w(ServerName),
|
||||
Level, Bufptr, PrefMaxlen, EntriesRead, totalentries, servertype,
|
||||
debugstr_w(domain), debugstr_w(FirstNameToReturn));
|
||||
|
||||
FIXME("Stub (%s %d %p %d %p %p %d %s %s)\n",
|
||||
debugstr_w(ServerName), Level, Bufptr, PrefMaxlen, EntriesRead, totalentries,
|
||||
servertype, debugstr_w(domain), debugstr_w(FirstNameToReturn));
|
||||
|
||||
return ERROR_NO_BROWSER_SERVERS_FOUND;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user