1
0
mirror of https://github.com/winfsp/winfsp.git synced 2025-12-24 13:02:07 -06:00

Major refactoring: testing

This commit is contained in:
Bill Zissimopoulos
2015-12-23 14:58:28 -08:00
parent 838adc67bb
commit e6bf7156b7
4 changed files with 59 additions and 41 deletions

View File

@@ -28,9 +28,6 @@ static NTSTATUS FspFsctlClose(
{
PAGED_CODE();
FspFree(IrpSp->FileObject->FsContext2);
IrpSp->FileObject->FsContext2 = 0;
Irp->IoStatus.Information = 0;
return STATUS_SUCCESS;
}