strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sub-component depth from pts database on component evidence request
[strongswan.git]
/
src
/
libimcv
/
plugins
/
imc_attestation
/
imc_attestation_process.c
diff --git
a/src/libimcv/plugins/imc_attestation/imc_attestation_process.c
b/src/libimcv/plugins/imc_attestation/imc_attestation_process.c
index
34548f8
..
a93a950
100644
(file)
--- a/
src/libimcv/plugins/imc_attestation/imc_attestation_process.c
+++ b/
src/libimcv/plugins/imc_attestation/imc_attestation_process.c
@@
-377,7
+377,7
@@
bool imc_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
"support sub component measurements");
return FALSE;
}
- comp = pts_components->create(pts_components, name);
+ comp = pts_components->create(pts_components, name
, depth
);
if (!comp)
{
DBG2(DBG_IMC, " not registered: no evidence provided");