Skip to content
Snippets Groups Projects
Commit 393ee386 authored by hoelscher's avatar hoelscher
Browse files

modify parser.y for sctp_paddrparams option spp_pathmaxrxt

parent 2616b2ee
No related branches found
No related tags found
No related merge requests found
...@@ -2605,7 +2605,7 @@ spp_pathmaxrxt ...@@ -2605,7 +2605,7 @@ spp_pathmaxrxt
if (!is_valid_u16($3)) { if (!is_valid_u16($3)) {
semantic_error("spp_pathmaxrxt out of range"); semantic_error("spp_pathmaxrxt out of range");
} }
$$ = new_integer_expression($3, "%u"); } $$ = new_integer_expression($3, "%hu"); }
| SPP_PATHMAXRXT '=' ELLIPSIS { $$ = new_expression(EXPR_ELLIPSIS); } | SPP_PATHMAXRXT '=' ELLIPSIS { $$ = new_expression(EXPR_ELLIPSIS); }
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment