insert IMV/IMC before providing BindFunction

This commit is contained in:
Andreas Steffen
2010-11-09 20:43:50 +01:00
parent eefcf33c4c
commit 8286b93af2
5 changed files with 9 additions and 5 deletions
+1
View File
@@ -88,6 +88,7 @@ METHOD(imc_t, set_message_types, void,
this->supported_types = malloc(size);
memcpy(this->supported_types, supported_types, size);
}
DBG2(DBG_TNC, "IMC %u supports %u message types", this->id, type_count);
}
METHOD(imc_t, type_supported, bool,