diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-07-23 22:17:53 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-07-23 22:19:30 +0200 |
commit | 327dcf96db6a6a93770d989d66ecc7a6ddedaaee (patch) | |
tree | 1e471c4dff030b48772da1916440c271f9d1cbff /src | |
parent | 81419807f55840519b3af741b65b2435f5569fd4 (diff) | |
download | strongswan-327dcf96db6a6a93770d989d66ecc7a6ddedaaee.tar.bz2 strongswan-327dcf96db6a6a93770d989d66ecc7a6ddedaaee.tar.xz |
fixed typo
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 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); |