summaryrefslogtreecommitdiffstats
path: root/src/parser_bison.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser_bison.y')
-rw-r--r--src/parser_bison.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser_bison.y b/src/parser_bison.y
index 4f2e3475..153ef326 100644
--- a/src/parser_bison.y
+++ b/src/parser_bison.y
@@ -3516,7 +3516,7 @@ timeout_state : STRING COLON NUM
}
;
-ct_timeout_config : PROTOCOL ct_l4protoname SEMICOLON
+ct_timeout_config : PROTOCOL ct_l4protoname stmt_separator
{
struct ct_timeout *ct;
int l4proto = $2;