Modified some unnecessary todo statement
This commit is contained in:
committed by
Andreas Steffen
parent
20c005f9e4
commit
b532c454ad
@@ -103,8 +103,6 @@ TNC_Result TNC_IMC_NotifyConnectionChange(TNC_IMCID imc_id,
|
|||||||
TNC_ConnectionState new_state)
|
TNC_ConnectionState new_state)
|
||||||
{
|
{
|
||||||
imc_state_t *state;
|
imc_state_t *state;
|
||||||
/* TODO: Not used so far */
|
|
||||||
//imc_attestation_state_t *attestation_state;
|
|
||||||
|
|
||||||
if (!imc_attestation)
|
if (!imc_attestation)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -170,8 +170,6 @@ TNC_Result TNC_IMV_NotifyConnectionChange(TNC_IMVID imv_id,
|
|||||||
}
|
}
|
||||||
attestation_state = (imv_attestation_state_t*)state;
|
attestation_state = (imv_attestation_state_t*)state;
|
||||||
|
|
||||||
/* TODO: Get some configurations */
|
|
||||||
|
|
||||||
return TNC_RESULT_SUCCESS;
|
return TNC_RESULT_SUCCESS;
|
||||||
default:
|
default:
|
||||||
return imv_attestation->change_state(imv_attestation, connection_id,
|
return imv_attestation->change_state(imv_attestation, connection_id,
|
||||||
|
|||||||
@@ -151,8 +151,8 @@ bool imv_attestation_process(pa_tnc_attr_t *attr, linked_list_t *attr_list,
|
|||||||
aik = attr_cast->get_aik(attr_cast);
|
aik = attr_cast->get_aik(attr_cast);
|
||||||
if (!aik)
|
if (!aik)
|
||||||
{
|
{
|
||||||
/* TODO generate error attribute */
|
DBG1(DBG_IMV, "AIK unavailable");
|
||||||
break;
|
return FALSE;
|
||||||
}
|
}
|
||||||
if (aik->get_type(aik) == CERT_X509)
|
if (aik->get_type(aik) == CERT_X509)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user