diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-04-22 20:24:59 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2012-04-22 20:24:59 +0200 |
commit | 86e50bd61418343b814aaf49e625cd4257823e12 (patch) | |
tree | 52043acb0dbd9c3f7b5c272324fd7ec0ebad128f /src | |
parent | 6c97b1633392f1aa44111635e41c993d21b7c3f0 (diff) | |
download | strongswan-86e50bd61418343b814aaf49e625cd4257823e12.tar.bz2 strongswan-86e50bd61418343b814aaf49e625cd4257823e12.tar.xz |
isolate a TNC client if an error occurs
Diffstat (limited to 'src')
-rw-r--r-- | src/libpts/plugins/imv_attestation/imv_attestation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libpts/plugins/imv_attestation/imv_attestation.c b/src/libpts/plugins/imv_attestation/imv_attestation.c index 6bd5984e0..51069b02d 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); |