Commit fe7d2f70 authored by Tien-Thinh Nguyen's avatar Tien-Thinh Nguyen

Bug fix for SCTP Shutdown Event handling

parent 2ddd08cc
......@@ -217,11 +217,8 @@ int sctp_server::sctp_read_from_socket(int sd, uint32_t ppid) {
//------------------------------------------------------------------------------
int sctp_server::sctp_handle_com_down(sctp_assoc_id_t assoc_id) {
/* app_->handle_sctp_shutdown(
assoc_id);
*/
return 0;
app_->handle_sctp_shutdown(assoc_id);
return 0;
}
//------------------------------------------------------------------------------
......
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