Skip to content
Snippets Groups Projects
Commit d0512f8d authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Do map the vtag if a inbound packet contains a partial chunk.

parent 13d9ca8b
No related branches found
No related tags found
No related merge requests found
......@@ -690,7 +690,7 @@ static int map_inbound_sctp_packet(
DEBUGP("Partial chunk detected\n");
free(*error);
*error = NULL;
return STATUS_OK;
break;
}
DEBUGP("live remote tsn 0x%08x, script remote tsn 0x%08x\n",
socket->live.remote_initial_tsn, socket->script.remote_initial_tsn);
......
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