Autoretry Idle scope: transf. into Finished, should stay in Processing
This commit is contained in:
parent
78cbea08e6
commit
e205d0ee2f
|
|
@ -395,7 +395,7 @@ StepStatus ProtocolLogic::IdleStep() {
|
||||||
mmu2.DecrementRetryAttempts();
|
mmu2.DecrementRetryAttempts();
|
||||||
}
|
}
|
||||||
SendFINDAQuery();
|
SendFINDAQuery();
|
||||||
break;
|
return Processing;
|
||||||
default:
|
default:
|
||||||
return ProtocolError;
|
return ProtocolError;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue