Fix parser shift/reduce problem on state 133

This commit is contained in:
Felipe Zimmerle
2015-10-02 11:03:04 -03:00
parent 03eabd9c12
commit 54c51e2512
2 changed files with 2 additions and 4 deletions

View File

@@ -259,11 +259,9 @@ using ModSecurity::Variables::Variable;
input:
input line
| line
| SPACE
;
line: expression
| expression SPACE
;
audit_log: