mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Enabled some debug messages.
svn path=/trunk/; revision=18750
This commit is contained in:
parent
e206381dc3
commit
ab7b402799
1 changed files with 3 additions and 7 deletions
|
@ -198,10 +198,8 @@ BuildTrusteeWithObjectsAndNameA(PTRUSTEEA pTrustee, POBJECTS_AND_NAME_A pObjName
|
||||||
SE_OBJECT_TYPE ObjectType, LPSTR ObjectTypeName,
|
SE_OBJECT_TYPE ObjectType, LPSTR ObjectTypeName,
|
||||||
LPSTR InheritedObjectTypeName, LPSTR Name)
|
LPSTR InheritedObjectTypeName, LPSTR Name)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
DPRINT("%p %p 0x%08x %p %p %s\n", pTrustee, pObjName,
|
DPRINT("%p %p 0x%08x %p %p %s\n", pTrustee, pObjName,
|
||||||
ObjectType, ObjectTypeName, InheritedObjectTypeName, debugstr_a(Name));
|
ObjectType, ObjectTypeName, InheritedObjectTypeName, Name);
|
||||||
#endif
|
|
||||||
|
|
||||||
pTrustee->pMultipleTrustee = NULL;
|
pTrustee->pMultipleTrustee = NULL;
|
||||||
pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
|
pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
|
||||||
|
@ -219,10 +217,8 @@ BuildTrusteeWithObjectsAndNameW(PTRUSTEEW pTrustee, POBJECTS_AND_NAME_W pObjName
|
||||||
SE_OBJECT_TYPE ObjectType, LPWSTR ObjectTypeName,
|
SE_OBJECT_TYPE ObjectType, LPWSTR ObjectTypeName,
|
||||||
LPWSTR InheritedObjectTypeName, LPWSTR Name)
|
LPWSTR InheritedObjectTypeName, LPWSTR Name)
|
||||||
{
|
{
|
||||||
#if 0
|
DPRINT("%p %p 0x%08x %p %p %S\n", pTrustee, pObjName,
|
||||||
DPRINT("%p %p 0x%08x %p %p %s\n", pTrustee, pObjName,
|
ObjectType, ObjectTypeName, InheritedObjectTypeName, Name);
|
||||||
ObjectType, ObjectTypeName, InheritedObjectTypeName, debugstr_w(Name));
|
|
||||||
#endif
|
|
||||||
|
|
||||||
pTrustee->pMultipleTrustee = NULL;
|
pTrustee->pMultipleTrustee = NULL;
|
||||||
pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
|
pTrustee->MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
|
||||||
|
|
Loading…
Reference in a new issue