mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-04 01:42:58 -05:00
sys: FspFsvolSetDispositionInformation
return STATUS_FILE_DELETED if file is already deleted
This commit is contained in:
@ -1484,7 +1484,7 @@ retry:
|
||||
|
||||
if (FileNode->PosixDelete)
|
||||
{
|
||||
Result = STATUS_ACCESS_DENIED;
|
||||
Result = STATUS_FILE_DELETED;
|
||||
goto unlock_exit;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user