mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
Major refactoring: testing
This commit is contained in:
@ -46,7 +46,8 @@ static NTSTATUS FspFsvolClose(
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
return STATUS_INVALID_DEVICE_REQUEST;
|
||||
Irp->IoStatus.Information = 0;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
VOID FspFsvolCloseComplete(
|
||||
|
Reference in New Issue
Block a user