isolate a TNC client if an error occurs

This commit is contained in:
Andreas Steffen 2012-04-22 20:24:59 +02:00
parent 6c97b16333
commit 86e50bd614
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ static TNC_Result receive_message(TNC_IMVID imv_id,
{
attr_list->destroy_offset(attr_list, offsetof(pa_tnc_attr_t, destroy));
state->set_recommendation(state,
TNC_IMV_ACTION_RECOMMENDATION_NO_RECOMMENDATION,
TNC_IMV_ACTION_RECOMMENDATION_ISOLATE,
TNC_IMV_EVALUATION_RESULT_ERROR);
return imv_attestation->provide_recommendation(imv_attestation,
connection_id);