mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 01:12:58 -05:00
Major refactoring: WIP
This commit is contained in:
@ -28,6 +28,9 @@ static NTSTATUS FspFsctlClose(
|
||||
{
|
||||
PAGED_CODE();
|
||||
|
||||
FspFree(IrpSp->FileObject->FsContext2);
|
||||
IrpSp->FileObject->FsContext2 = 0;
|
||||
|
||||
Irp->IoStatus.Information = 0;
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user