mirror of
https://github.com/winfsp/winfsp.git
synced 2026-03-16 13:20:33 -05:00
Major refactoring: WIP
This commit is contained in:
@@ -28,7 +28,8 @@ static NTSTATUS FspFsctlCleanup(
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
FspVolumeDelete(DeviceObject, Irp, IrpSp);
|
||||
if (0 != IrpSp->FileObject->FsContext2)
|
||||
FspVolumeDelete(DeviceObject, Irp, IrpSp);
|
||||
|
||||
Irp->IoStatus.Information = 0;
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user