little bug fix

This commit is contained in:
Andreas Steffen
2011-09-08 12:20:58 +02:00
parent 35fbe4a5e6
commit 180720057c
2 changed files with 1 additions and 1 deletions
@@ -526,7 +526,6 @@ TNC_Result TNC_IMV_ReceiveMessage(TNC_IMVID imv_id,
platform_info, algo, request_id, is_dir);
if (!measurements->verify(measurements, e_hash, is_dir))
{
DBG1(DBG_IMV, " measurement error occured");
measurement_error = TRUE;
}
e_hash->destroy(e_hash);
+1
View File
@@ -135,6 +135,7 @@ METHOD(pts_file_meas_t, verify, bool,
{
DBG1(DBG_TNC, " no measurement found for '%s'", filename);
success = FALSE;
continue;
}
if (chunk_equals(measurement, entry->measurement))
{