mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspFsvolFileSystemControlReparsePoint: STATUS_ACCESS_DENIED
This commit is contained in:
@ -897,6 +897,7 @@ NTSTATUS FspFsvolCreateComplete(
|
||||
/* set up the AccessState */
|
||||
AccessState->RemainingDesiredAccess = 0;
|
||||
AccessState->PreviouslyGrantedAccess = Response->Rsp.Create.Opened.GrantedAccess;
|
||||
FileDesc->GrantedAccess = Response->Rsp.Create.Opened.GrantedAccess;
|
||||
|
||||
/* set up the FileObject */
|
||||
if (0 != FsvolDeviceExtension->FsvrtDeviceObject)
|
||||
|
Reference in New Issue
Block a user