mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-29 19:18:39 -05:00 
			
		
		
		
	sys: fsctl: minor fix
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user