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