misc
This commit is contained in:
parent
b25c47fba2
commit
444a0c2415
|
|
@ -616,7 +616,7 @@ static int rsu_handle_recv(EI1_TPM_t* tpm_rx, void** security_socket, uint8_t* n
|
|||
}
|
||||
|
||||
for (int i = 0; i < facilities.tolling.infos.length; i++) {
|
||||
if (info_id != facilities.tolling->z[i].asn->id) {
|
||||
if (info_id != facilities.tolling.z[i]->asn->id) {
|
||||
log_warn("[tolling] received TPM has unkown info_id");
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue