From 1b9c613b7749881ada4c618e179f3638daed6250 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 15 Feb 2012 23:13:05 +0100 Subject: [PATCH] fixed attest sql query in list_measurements() --- 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 0357e39d3..88d19eee1 100644 --- a/src/libpts/plugins/imv_attestation/attest_db.c +++ b/src/libpts/plugins/imv_attestation/attest_db.c @@ -1017,7 +1017,7 @@ METHOD(attest_db_t, list_measurements, void, "WHERE ch.algo = ? AND ch.key = ? " "ORDER BY vendor_id, name, qualifier, seq_no", DB_INT, this->algo, DB_INT, this->kid, DB_INT, DB_INT, DB_BLOB, - DB_TEXT, DB_INT, DB_INT, DB_INT, DB_INT); + DB_INT, DB_INT, DB_INT, DB_INT); if (e) { while (e->enumerate(e, &seq_no, &pcr, &hash, &cid, &vid, &name,