mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 00:43:00 -05:00
dll: WIP
This commit is contained in:
parent
9739554b73
commit
60ad79c06b
@ -121,7 +121,7 @@ static NTSTATUS FspFileSystemOpCreate_FileOpenIf(FSP_FILE_SYSTEM *FileSystem,
|
||||
|
||||
if (Create)
|
||||
{
|
||||
Result = FspCreateCheck(FileSystem, Request, TRUE, &GrantedAccess);
|
||||
Result = FspCreateCheck(FileSystem, Request, FALSE, &GrantedAccess);
|
||||
if (!NT_SUCCESS(Result))
|
||||
return FspFileSystemSendResponseWithStatus(FileSystem, Request, Result);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user