1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-10-29 11:08:37 -05:00
This commit is contained in:
Bill Zissimopoulos
2016-01-12 17:59:32 -08:00
parent 3eae5bc726
commit 240c914728

View File

@@ -52,7 +52,7 @@ FSP_API NTSTATUS FspAccessCheck(FSP_FILE_SYSTEM *FileSystem,
DWORD FileAttributes;
PSECURITY_DESCRIPTOR SecurityDescriptor = 0;
SIZE_T SecurityDescriptorSize;
DWORD PrivilegeSetLength;
DWORD PrivilegeSetLength = 0;
DWORD TraverseAccess;
BOOL AccessStatus;