mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-14 15:52:47 -05:00
dll: WIP
This commit is contained in:
@ -32,8 +32,7 @@ FSP_API NTSTATUS FspFsctlCreateVolume(PWSTR DevicePath,
|
||||
|
||||
GlobalDevicePath(DevicePathBuf, sizeof DevicePathBuf, DevicePath);
|
||||
|
||||
SecurityDescriptorSize = 0;
|
||||
MakeSelfRelativeSD(SecurityDescriptor, 0, &SecurityDescriptorSize);
|
||||
SecurityDescriptorSize = GetSecurityDescriptorLength(SecurityDescriptor);
|
||||
ParamsBuf = malloc(sizeof *ParamsBuf + SecurityDescriptorSize);
|
||||
if (0 == ParamsBuf)
|
||||
{
|
||||
|
Reference in New Issue
Block a user