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