fixed copy/paste error in attribute type parsing
This commit is contained in:
@@ -581,7 +581,6 @@ static status_t parse_payload(private_parser_t *this,
|
|||||||
pld->destroy(pld);
|
pld->destroy(pld);
|
||||||
return PARSE_ERROR;
|
return PARSE_ERROR;
|
||||||
}
|
}
|
||||||
attribute_format = *(bool*)(output + rule->offset);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case CONFIGURATION_ATTRIBUTE_LENGTH:
|
case CONFIGURATION_ATTRIBUTE_LENGTH:
|
||||||
|
|||||||
Reference in New Issue
Block a user