diff options
Diffstat (limited to 'src/libpts/plugins/imv_attestation/imv_attestation_build.c')
-rw-r--r-- | src/libpts/plugins/imv_attestation/imv_attestation_build.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libpts/plugins/imv_attestation/imv_attestation_build.c b/src/libpts/plugins/imv_attestation/imv_attestation_build.c index c2447cd9f..2477924b2 100644 --- a/src/libpts/plugins/imv_attestation/imv_attestation_build.c +++ b/src/libpts/plugins/imv_attestation/imv_attestation_build.c @@ -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"); |