From d7bd0ad7df2a6ed015a05e6609465e4b99757f53 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 24 Jan 2013 18:47:04 +0100 Subject: [PATCH] Removed unused argument --- 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 4c814bf7b..1a902e5c2 100644 --- a/src/libpts/plugins/imv_attestation/attest_db.c +++ b/src/libpts/plugins/imv_attestation/attest_db.c @@ -1543,7 +1543,7 @@ METHOD(attest_db_t, add, bool, hashes_added); if (ima) { - printf(", %d ima hashes", ima_hashes_added, ima_hashes_updated); + printf(", %d ima hashes", ima_hashes_added); hasher->destroy(hasher); } printf(", updated %d file hashes", hashes_updated);