diff --git a/gtests/net/packetdrill/parser.y b/gtests/net/packetdrill/parser.y index 6c2d0757123ca5764713c60b924864b134cfea43..a708d9ea995dc52a107bfd3e6c374df3aa883c09 100644 --- a/gtests/net/packetdrill/parser.y +++ b/gtests/net/packetdrill/parser.y @@ -966,7 +966,7 @@ sctp_packet_spec semantic_error("tag value out of range"); } inner = new_sctp_generic_packet(in_config->wire_protocol, direction, $2, - $7, false, $11, &error); + $7, false, $11, &error); if (inner == NULL) { assert(error != NULL); semantic_error(error);