Skip to content

Commit

Permalink
Disable SecCollectionTimeout parser error
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhora authored and Felipe Zimmerle committed Mar 13, 2018
1 parent 22334c9 commit 480a2f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parser/seclang-parser.yy
Original file line number Diff line number Diff line change
Expand Up @@ -1701,8 +1701,10 @@ expression:
*/
| CONFIG_SEC_COLLECTION_TIMEOUT
{
/* Parser error disabled to avoid breaking default CRS installations with crs-setup.conf-recommended
driver.error(@0, "SecCollectionTimeout is not yet supported.");
YYERROR;
*/
}
| CONFIG_SEC_HTTP_BLKEY
{
Expand Down

0 comments on commit 480a2f8

Please sign in to comment.