Consider alreadyAccepted in veh handle TPM

This commit is contained in:
emanuel 2022-08-19 15:49:24 +01:00
parent f16d636ae0
commit c4c8c7ceaa
1 changed files with 1 additions and 1 deletions

View File

@ -1137,7 +1137,7 @@ static void veh_handle_recv(tolling_t* tolling, TPM_t* tpm_rx, void* security_so
goto cleanup; goto cleanup;
} }
accepted = confirmation_code == TollingConfirmationCode_accepted; accepted = confirmation_code == TollingConfirmationCode_accepted || confirmation_code == TollingConfirmationCode_alreadyAccepted;
} }
switch (type_rx->present) { switch (type_rx->present) {