Skip to content
Snippets Groups Projects
Commit 62e9df52 authored by Aomx's avatar Aomx
Browse files

small fix

parent 253a2db3
No related branches found
No related tags found
No related merge requests found
...@@ -3087,12 +3087,6 @@ new_sctp_packet(int address_family, ...@@ -3087,12 +3087,6 @@ new_sctp_packet(int address_family,
"cum tsn must be specified for inbound packets"); "cum tsn must be specified for inbound packets");
return NULL; return NULL;
} }
if (chunk_item->flags & FLAG_FORWARD_TSN_CHUNK_SIDS_NOCHECK) {
// TODO: is this true or are FORWARD-TSN-Chunks that only contain the new cum tsn valid?
asprintf(error,
"at least one stream number and stream sequence number must be specified for inbound packets");
return NULL;
}
break; break;
default: default:
if (chunk_item->flags & FLAG_CHUNK_TYPE_NOCHECK) { if (chunk_item->flags & FLAG_CHUNK_TYPE_NOCHECK) {
......
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