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();
|
||||
}
|
||||
SendFINDAQuery();
|
||||
break;
|
||||
return Processing;
|
||||
default:
|
||||
return ProtocolError;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue