diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-11-08 00:29:44 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-11-09 20:43:50 +0100 |
commit | 8286b93af2fc4cd17f6e5e408ee4329e7134d763 (patch) | |
tree | e27a77b39967c5f9fa22f38ef3010e6259742b05 /src/libcharon/plugins/tnc_imv/tnc_imv.c | |
parent | eefcf33c4c21251b368cf58f3d7d2a9116f7d298 (diff) | |
download | strongswan-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.c | 1 |
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, |