mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 05:32:55 +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,
|
IN PSID pSid2,
|
||||||
OUT BOOL* pfEqual)
|
OUT BOOL* pfEqual)
|
||||||
{
|
{
|
||||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
UNIMPLEMENTED;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1060,7 +1060,7 @@ GetWindowsAccountDomainSid(IN PSID pSid,
|
||||||
OUT PSID ppDomainSid,
|
OUT PSID ppDomainSid,
|
||||||
IN OUT DWORD* cbSid)
|
IN OUT DWORD* cbSid)
|
||||||
{
|
{
|
||||||
FIXME("%s() not implemented!\n", __FUNCTION__);
|
UNIMPLEMENTED;
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1238,7 +1238,7 @@ ConvertStringSidToSidW(
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
SID* pisid;
|
SID* pisid;
|
||||||
|
|
||||||
TRACE("%s %p\n", StringSid, sid);
|
TRACE("%s %p\n", debugstr_w(StringSid), sid);
|
||||||
|
|
||||||
if (!StringSid)
|
if (!StringSid)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue