This commit is contained in:
dmtar 2025-06-04 14:49:07 +01:00
parent b25c47fba2
commit 444a0c2415
1 changed files with 1 additions and 1 deletions

View File

@ -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++) { 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"); log_warn("[tolling] received TPM has unkown info_id");
return 1; return 1;
} }