mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-04 01:42:58 -05:00
sys: IRP_MJ_QUERY_SECURITY
This commit is contained in:
@ -501,8 +501,7 @@ NTSTATUS FspFsvolQueryInformationComplete(
|
||||
if (!Success)
|
||||
{
|
||||
FspIopRetryCompleteIrp(Irp, Response, &Result);
|
||||
|
||||
return Result;
|
||||
FSP_RETURN();
|
||||
}
|
||||
|
||||
if (!FspFileNodeTrySetFileInfo(FileNode, FileObject, &Response->Rsp.QueryInformation.FileInfo,
|
||||
|
Reference in New Issue
Block a user