fixed PA-TNC error code to Invalid Parameter

This commit is contained in:
Andreas Steffen
2012-10-09 23:58:35 +02:00
parent 190d6fc37a
commit 219d638db9
+1 -1
View File
@@ -317,7 +317,7 @@ METHOD(pa_tnc_msg_t, process, status_t,
return FAILED;
}
error_code = pen_type_create(PEN_IETF,
PA_ERROR_ATTR_TYPE_NOT_SUPPORTED);
PA_ERROR_INVALID_PARAMETER);
error = ietf_attr_pa_tnc_error_create_with_offset(error_code,
this->encoding,
offset + PA_TNC_ATTR_HEADER_SIZE + attr_offset);