automatically registering component measurements

This commit is contained in:
Andreas Steffen
2011-11-28 21:24:00 +01:00
parent f2a521e795
commit db08702326
18 changed files with 306 additions and 852 deletions
@@ -243,7 +243,8 @@ bool imv_attestation_build(pa_tnc_msg_t *msg,
comp_name = pts_comp_func_name_create(vid, name, qualifier);
comp_name->log(comp_name, " ");
comp = pts_components->create(pts_components, comp_name, depth);
comp = pts_components->create(pts_components, comp_name,
depth, pts_db);
if (!comp)
{
DBG2(DBG_IMV, " not registered: removed from request");