summaryrefslogtreecommitdiff
path: root/src/conf_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_parser.c')
-rw-r--r--src/conf_parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf_parser.c b/src/conf_parser.c
index c1ccf9c..530e6c3 100644
--- a/src/conf_parser.c
+++ b/src/conf_parser.c
@@ -5948,7 +5948,7 @@ yyreduce:
case 556:
#line 2704 "conf_parser.y" /* yacc.c:1646 */
{
- ConfigFileEntry.throttle_time = yylval.number;
+ ConfigFileEntry.throttle_time = (yyvsp[-1].number);
}
#line 5954 "conf_parser.c" /* yacc.c:1646 */
break;
@@ -6420,7 +6420,7 @@ yyreduce:
case 637:
#line 2939 "conf_parser.y" /* yacc.c:1646 */
{
- GlobalSetOptions.joinfloodtime = yylval.number;
+ GlobalSetOptions.joinfloodtime = (yyvsp[-1].number);
}
#line 6426 "conf_parser.c" /* yacc.c:1646 */
break;