Renamed CONFIGURATION_ATTRIBUTE_LENGTH to streamline it with other ATTRIBUTE rules

This commit is contained in:
Martin Willi
2012-03-20 17:31:38 +01:00
parent 05cb240215
commit c390569a76
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ METHOD(parser_t, parse_payload, status_t,
}
break;
}
case CONFIGURATION_ATTRIBUTE_LENGTH:
case ATTRIBUTE_LENGTH:
{
if (!parse_uint16(this, rule_number, output + rule->offset))
{