corrected function name in error message
This commit is contained in:
@@ -48,7 +48,7 @@ TNC_Result TNC_TNCC_ReportMessageTypesLong(TNC_IMCID imc_id,
|
|||||||
{
|
{
|
||||||
if (!tnc->imcs->is_registered(tnc->imcs, imc_id))
|
if (!tnc->imcs->is_registered(tnc->imcs, imc_id))
|
||||||
{
|
{
|
||||||
DBG1(DBG_TNC, "ignoring ReportMessageTypes() from unregistered IMC %u",
|
DBG1(DBG_TNC, "ignoring ReportMessageTypesLong() from unregistered IMC %u",
|
||||||
imc_id);
|
imc_id);
|
||||||
return TNC_RESULT_INVALID_PARAMETER;
|
return TNC_RESULT_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ TNC_Result TNC_TNCS_ReportMessageTypesLong(TNC_IMVID imv_id,
|
|||||||
{
|
{
|
||||||
if (!tnc->imvs->is_registered(tnc->imvs, imv_id))
|
if (!tnc->imvs->is_registered(tnc->imvs, imv_id))
|
||||||
{
|
{
|
||||||
DBG1(DBG_TNC, "ignoring ReportMessageTypes() from unregistered IMV %u",
|
DBG1(DBG_TNC, "ignoring ReportMessageTypesLong() from unregistered IMV %u",
|
||||||
imv_id);
|
imv_id);
|
||||||
return TNC_RESULT_INVALID_PARAMETER;
|
return TNC_RESULT_INVALID_PARAMETER;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user