aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-01-24 18:47:04 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-24 23:35:34 +0100
commitd7bd0ad7df2a6ed015a05e6609465e4b99757f53 (patch)
tree00826b22dab11359328949226c1cc071c9dd7e6d /src
parent4cd3fb788d0e0fe27f5f6fffe353d1792e6c6e08 (diff)
downloadstrongswan-d7bd0ad7df2a6ed015a05e6609465e4b99757f53.tar.bz2
strongswan-d7bd0ad7df2a6ed015a05e6609465e4b99757f53.tar.xz
Removed unused argument
Diffstat (limited to 'src')
-rw-r--r--src/libpts/plugins/imv_attestation/attest_db.c2
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 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);