advapi32: security: Remove unneeded FIXME.
This commit is contained in:
parent
b2648b8285
commit
719da96a3e
|
@ -1163,11 +1163,7 @@ BOOL WINAPI GetPrivateObjectSecurity(
|
|||
}
|
||||
|
||||
*ReturnLength = DescriptorLength;
|
||||
if (!MakeSelfRelativeSD(&desc, ResultantDescriptor, ReturnLength))
|
||||
return FALSE;
|
||||
GetSecurityDescriptorOwner(ResultantDescriptor, &psid, &defaulted);
|
||||
FIXME("%p, sid=%p\n", &desc, psid);
|
||||
return TRUE;
|
||||
return MakeSelfRelativeSD(&desc, ResultantDescriptor, ReturnLength);
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue