aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imv/tnc_imv.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-11-08 00:29:44 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-11-09 20:43:50 +0100
commit8286b93af2fc4cd17f6e5e408ee4329e7134d763 (patch)
treee27a77b39967c5f9fa22f38ef3010e6259742b05 /src/libcharon/plugins/tnc_imv/tnc_imv.c
parenteefcf33c4c21251b368cf58f3d7d2a9116f7d298 (diff)
downloadstrongswan-8286b93af2fc4cd17f6e5e408ee4329e7134d763.tar.bz2
strongswan-8286b93af2fc4cd17f6e5e408ee4329e7134d763.tar.xz
insert IMV/IMC before providing BindFunction
Diffstat (limited to 'src/libcharon/plugins/tnc_imv/tnc_imv.c')
-rw-r--r--src/libcharon/plugins/tnc_imv/tnc_imv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/tnc_imv/tnc_imv.c b/src/libcharon/plugins/tnc_imv/tnc_imv.c
index 2eca072bb..a685b91dd 100644
--- a/src/libcharon/plugins/tnc_imv/tnc_imv.c
+++ b/src/libcharon/plugins/tnc_imv/tnc_imv.c
@@ -88,6 +88,7 @@ METHOD(imv_t, set_message_types, void,
this->supported_types = malloc(size);
memcpy(this->supported_types, supported_types, size);
}
+ DBG2(DBG_TNC, "IMV %u supports %u message types", this->id, type_count);
}
METHOD(imv_t, type_supported, bool,