This commit is contained in:
Robin Müller 2023-08-14 13:19:48 +02:00
parent eae7c44874
commit 0fc2c7b5e9
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::fsmNacked() {
cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::stateMachine() { cfdp::SourceHandler::FsmResult& cfdp::SourceHandler::stateMachine() {
fsmResult.packetsSent = 0; fsmResult.packetsSent = 0;
fsmResult.errors = 0;gits fsmResult.errors = 0;
if (state == cfdp::CfdpState::IDLE) { if (state == cfdp::CfdpState::IDLE) {
return fsmResult; return fsmResult;
} }