From: Andreas Steffen Date: Mon, 23 Jul 2012 20:17:53 +0000 (+0200) Subject: fixed typo X-Git-Tag: 5.0.1~257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=327dcf96db6a6a93770d989d66ecc7a6ddedaaee;p=thirdparty%2Fstrongswan.git fixed typo --- diff --git a/src/libpts/plugins/imv_attestation/attest_db.c b/src/libpts/plugins/imv_attestation/attest_db.c index 55afcab58e..50641ee0d6 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);