Add missing ProtocolError
This commit is contained in:
parent
bc85a41059
commit
4f30cf0ba3
|
|
@ -378,7 +378,7 @@ StepStatus Idle::Step() {
|
|||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
return ProtocolError;
|
||||
}
|
||||
SendFINDAQuery();
|
||||
return Processing;
|
||||
|
|
|
|||
Loading…
Reference in New Issue