parser: Adds ability to inform auditlog status without quotes

This commit is contained in:
Felipe Zimmerle
2017-08-15 15:26:14 -03:00
parent 9ee412735d
commit c525cbfb20
4 changed files with 2901 additions and 2900 deletions

View File

@@ -736,8 +736,6 @@ audit_log:
| CONFIG_DIR_AUDIT_STS
{
std::string relevant_status($1);
relevant_status.pop_back();
relevant_status.erase(0, 1);
driver.m_auditLog->setRelevantStatus(relevant_status);
}