Add missing ProtocolError

This commit is contained in:
Guðni Már Gilbert 2022-08-06 13:09:52 +00:00 committed by D.R.racer
parent bc85a41059
commit 4f30cf0ba3
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ StepStatus Idle::Step() {
} }
break; break;
default: default:
break; return ProtocolError;
} }
SendFINDAQuery(); SendFINDAQuery();
return Processing; return Processing;