From 327dcf96db6a6a93770d989d66ecc7a6ddedaaee Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 23 Jul 2012 22:17:53 +0200 Subject: [PATCH] fixed typo --- src/libpts/plugins/imv_attestation/attest_db.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);