diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-01-24 18:47:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-24 23:35:34 +0100 |
commit | d7bd0ad7df2a6ed015a05e6609465e4b99757f53 (patch) | |
tree | 00826b22dab11359328949226c1cc071c9dd7e6d /src | |
parent | 4cd3fb788d0e0fe27f5f6fffe353d1792e6c6e08 (diff) | |
download | strongswan-d7bd0ad7df2a6ed015a05e6609465e4b99757f53.tar.bz2 strongswan-d7bd0ad7df2a6ed015a05e6609465e4b99757f53.tar.xz |
Removed unused argument
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 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); |