Skip to content
Snippets Groups Projects
Commit 391192e4 authored by Julian Cordes's avatar Julian Cordes
Browse files

style fix

parent 943cc8f9
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ static struct socket *handle_listen_for_script_packet(
}
if (!match)
return NULL;
if (packet->sctp != NULL) {
if (packet->chunk_list != NULL) {
item = packet->chunk_list->first;
......
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