Skip to content
Snippets Groups Projects
Commit bb55cd63 authored by gauthier's avatar gauthier
Browse files

Trace

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5668 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 28b1cf6f
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,7 @@ inline int sctp_read_from_socket(int sd, int ppid)
/* Client deconnection */
if (SCTP_SHUTDOWN_EVENT == snp->sn_header.sn_type) {
SCTP_DEBUG("SCTP_SHUTDOWN_EVENT received\n");
return sctp_handle_com_down(snp->sn_shutdown_event.sse_assoc_id);
}
/* Association has changed. */
......
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