sys: fsctl: minor fix

This commit is contained in:
Bill Zissimopoulos 2015-11-27 16:37:48 -08:00
parent 7ec3e88cc6
commit 502c334294

View File

@ -30,6 +30,7 @@ FSP_API NTSTATUS FspFsctlCreateVolume(PWSTR DevicePath, PSECURITY_DESCRIPTOR Sec
GlobalDevicePath(DevicePathBuf, sizeof DevicePathBuf, DevicePath);
SecurityDescriptorSize = 0;
if (!MakeSelfRelativeSD(SecurityDescriptor, 0, &SecurityDescriptorSize))
{
SecurityDescriptorBuf = malloc(SecurityDescriptorSize);