Consider alreadyAccepted in veh handle TPM
This commit is contained in:
parent
f16d636ae0
commit
c4c8c7ceaa
|
|
@ -1137,7 +1137,7 @@ static void veh_handle_recv(tolling_t* tolling, TPM_t* tpm_rx, void* security_so
|
|||
goto cleanup;
|
||||
}
|
||||
|
||||
accepted = confirmation_code == TollingConfirmationCode_accepted;
|
||||
accepted = confirmation_code == TollingConfirmationCode_accepted || confirmation_code == TollingConfirmationCode_alreadyAccepted;
|
||||
}
|
||||
|
||||
switch (type_rx->present) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue