fixed copy/paste error in attribute type parsing

This commit is contained in:
Martin Willi
2009-06-17 11:42:53 +02:00
parent c3fcdd9322
commit 8ae89883e1
-1
View File
@@ -581,7 +581,6 @@ static status_t parse_payload(private_parser_t *this,
pld->destroy(pld);
return PARSE_ERROR;
}
attribute_format = *(bool*)(output + rule->offset);
break;
}
case CONFIGURATION_ATTRIBUTE_LENGTH: