Added out message queue for imv_msg receive method

This commit is contained in:
Andreas Steffen
2014-10-05 12:55:37 +02:00
parent e911ac9a5f
commit c4d0987609
8 changed files with 81 additions and 86 deletions
+1 -1
View File
@@ -435,7 +435,7 @@ METHOD(imc_msg_t, receive, TNC_Result,
if (!contract)
{
/* TODO no contract - generate error message */
DBG2(DBG_IMC, "no contract for received next segment "
DBG1(DBG_IMC, "no contract for received next segment "
"request with base attribute ID %u", base_attr_id);
continue;
}