Commit 719da96a authored by Mikolaj Zalewski's avatar Mikolaj Zalewski Committed by Alexandre Julliard

advapi32: security: Remove unneeded FIXME.

parent b2648b82
......@@ -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);
}
/******************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment