mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 03:46:38 +00:00
Fix debug message
svn path=/trunk/; revision=33822
This commit is contained in:
parent
6a7b9457dc
commit
78faaa3063
1 changed files with 3 additions and 3 deletions
|
@ -1047,7 +1047,7 @@ EqualDomainSid(IN PSID pSid1,
|
|||
IN PSID pSid2,
|
||||
OUT BOOL* pfEqual)
|
||||
{
|
||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1060,7 +1060,7 @@ GetWindowsAccountDomainSid(IN PSID pSid,
|
|||
OUT PSID ppDomainSid,
|
||||
IN OUT DWORD* cbSid)
|
||||
{
|
||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -1238,7 +1238,7 @@ ConvertStringSidToSidW(
|
|||
BOOL ret;
|
||||
SID* pisid;
|
||||
|
||||
TRACE("%s %p\n", StringSid, sid);
|
||||
TRACE("%s %p\n", debugstr_w(StringSid), sid);
|
||||
|
||||
if (!StringSid)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue