Commit bb55cd63 authored by Lionel Gauthier's avatar Lionel Gauthier

Trace

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5668 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 28b1cf6f
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment