mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-24 04:52:44 -06:00
FSP_API
This commit is contained in:
@@ -140,7 +140,7 @@ static NTSTATUS FspFsvrtTransact(
|
||||
if (0 == NextResponse)
|
||||
break;
|
||||
|
||||
ProcessIrp = FspIoqEndProcessingIrp(&FsvrtDeviceExtension->Ioq, Response->Hint);
|
||||
ProcessIrp = FspIoqEndProcessingIrp(&FsvrtDeviceExtension->Ioq, (UINT_PTR)Response->Hint);
|
||||
if (0 == ProcessIrp)
|
||||
/* either IRP was canceled or a bogus Hint was provided */
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user