diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libpts/plugins/imv_attestation/attest_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpts/plugins/imv_attestation/attest_db.c b/src/libpts/plugins/imv_attestation/attest_db.c index 55afcab58..50641ee0d 100644 --- a/src/libpts/plugins/imv_attestation/attest_db.c +++ b/src/libpts/plugins/imv_attestation/attest_db.c @@ -1256,7 +1256,7 @@ METHOD(attest_db_t, delete, bool, "WHERE algo = ? AND product = ? " "AND file = ? AND directory = ?", DB_UINT, this->algo, DB_UINT, this->pid, - DB_UINT, this->fid, DB_UINT, this->cid) > 0; + DB_UINT, this->fid, DB_UINT, this->did) > 0; printf("%4d: %s%s%s\n", this->fid, this->dir, this->did ? "/":"", this->file); |