mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: FspIopDispatchRetryComplete()
This commit is contained in:
@ -548,7 +548,7 @@ NTSTATUS FspVolumeTransact(
|
||||
if (0 == RetriedIrp)
|
||||
break;
|
||||
|
||||
Result = FspIopDispatchRetryComplete(RetriedIrp, FspIrpRequest(RetriedIrp));
|
||||
Result = FspIopDispatchRetryComplete(RetriedIrp);
|
||||
if (STATUS_PENDING == Result)
|
||||
{
|
||||
/*
|
||||
|
Reference in New Issue
Block a user