mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-24 09:23:37 -05:00
sys: FspVolumeWork: minor bug fix
This commit is contained in:
parent
6d4700e0d3
commit
2341c7fd7c
@ -639,7 +639,7 @@ NTSTATUS FspVolumeWork(
|
|||||||
* so that we can disassociate the Request on failure and release ownership
|
* so that we can disassociate the Request on failure and release ownership
|
||||||
* back to the caller.
|
* back to the caller.
|
||||||
*/
|
*/
|
||||||
if (!FspIoqPostIrpEx(FsvolDeviceExtension->Ioq, Irp, !BestEffort, &Result))
|
if (!FspIoqPostIrpEx(FsvolDeviceExtension->Ioq, Irp, BestEffort, &Result))
|
||||||
{
|
{
|
||||||
Request->Hint = 0;
|
Request->Hint = 0;
|
||||||
FspIrpRequest(Irp) = 0;
|
FspIrpRequest(Irp) = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user