ntdll: Remove an artificial limitation in NtQuerySecurityObject.

This commit is contained in:
Dmitry Timoshkov 2007-07-13 14:19:15 +09:00 committed by Alexandre Julliard
parent 3a12fa9e50
commit bd378f0327
1 changed files with 0 additions and 2 deletions

View File

@ -188,8 +188,6 @@ NtQuerySecurityObject(
RequestedInformation &= 0x0000000f;
if (RequestedInformation & SACL_SECURITY_INFORMATION) return STATUS_ACCESS_DENIED;
ZeroMemory(Buffer, 256);
RtlCreateSecurityDescriptor((PSECURITY_DESCRIPTOR)psd, SECURITY_DESCRIPTOR_REVISION);
psd->Control = SE_SELF_RELATIVE |