mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-27 13:02:50 -05:00
dll: fuse: testing
This commit is contained in:
@@ -1187,7 +1187,7 @@ static NTSTATUS fsp_fuse_intf_SetSecurity(FSP_FILE_SYSTEM *FileSystem,
|
|||||||
|
|
||||||
exit:
|
exit:
|
||||||
if (0 != NewSecurityDescriptor)
|
if (0 != NewSecurityDescriptor)
|
||||||
FspDeleteSecurityDescriptor(SecurityDescriptor,
|
FspDeleteSecurityDescriptor(NewSecurityDescriptor,
|
||||||
FspSetSecurityDescriptor);
|
FspSetSecurityDescriptor);
|
||||||
|
|
||||||
if (0 != SecurityDescriptor)
|
if (0 != SecurityDescriptor)
|
||||||
|
Reference in New Issue
Block a user