diff options
Diffstat (limited to 'src/libcharon/plugins/tnccs_20/tnccs_20.c')
-rw-r--r-- | src/libcharon/plugins/tnccs_20/tnccs_20.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libcharon/plugins/tnccs_20/tnccs_20.c b/src/libcharon/plugins/tnccs_20/tnccs_20.c index 4c654e987..afd105c82 100644 --- a/src/libcharon/plugins/tnccs_20/tnccs_20.c +++ b/src/libcharon/plugins/tnccs_20/tnccs_20.c @@ -19,6 +19,7 @@ #include <daemon.h> #include <threading/mutex.h> #include <tnc/tncif.h> +#include <tnc/tncifimv_names.h> #include <tnc/tnccs/tnccs.h> typedef struct private_tnccs_20_t private_tnccs_20_t; @@ -179,6 +180,9 @@ METHOD(tls_t, is_complete, bool, if (this->recs && this->recs->have_recommendation(this->recs, &rec, &eval)) { + DBG2(DBG_TNC, "Final recommendation '%N' and evaluation '%N'", + action_recommendation_names, rec, evaluation_result_names, eval); + return charon->imvs->enforce_recommendation(charon->imvs, rec); } else |