git » nmdb » commit a615324

Close the SCTP file descriptor.

author Alberto Bertogli
2007-08-31 03:40:11 UTC
committer Alberto Bertogli
2007-08-31 03:40:11 UTC
parent 2b82b5c687b39df3a04df311b2a25065e444c6ad

Close the SCTP file descriptor.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

nmdb/net.c +1 -0

diff --git a/nmdb/net.c b/nmdb/net.c
index 592d79d..fc01220 100644
--- a/nmdb/net.c
+++ b/nmdb/net.c
@@ -117,6 +117,7 @@ void net_loop(void)
 	tipc_close(tipc_fd);
 	tcp_close(tcp_fd);
 	udp_close(udp_fd);
+	sctp_close(sctp_fd);
 }