From: Andreas Steffen Date: Sun, 22 Apr 2012 18:24:59 +0000 (+0200) Subject: isolate a TNC client if an error occurs X-Git-Tag: 4.6.3~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86e50bd61418343b814aaf49e625cd4257823e12;p=thirdparty%2Fstrongswan.git isolate a TNC client if an error occurs --- diff --git a/src/libpts/plugins/imv_attestation/imv_attestation.c b/src/libpts/plugins/imv_attestation/imv_attestation.c index 6bd5984e0b..51069b02d2 100644 --- a/src/libpts/plugins/imv_attestation/imv_attestation.c +++ b/src/libpts/plugins/imv_attestation/imv_attestation.c @@ -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);