Added missing noskip_flag setter/getter to some pa_tnc_attr_t constructors

This commit is contained in:
Tobias Brunner
2012-10-24 17:58:36 +02:00
parent 2fc0232a39
commit e34573dd48
14 changed files with 34 additions and 6 deletions
+2
View File
@@ -168,6 +168,8 @@ pa_tnc_attr_t *ita_attr_command_create_from_data(chunk_t data)
.pa_tnc_attribute = {
.get_type = _get_type,
.get_value = _get_value,
.get_noskip_flag = _get_noskip_flag,
.set_noskip_flag = _set_noskip_flag,
.build = _build,
.process = _process,
.get_ref = _get_ref,