Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 724 pull up r25115 from trunk ------------------------------------------------------------------------ r25115 | ghudson | 2011-08-26 13:56:44 -0400 (Fri, 26 Aug 2011) | 9 lines ticket: 6949 Remember and close the kadmin socket we opened. Prior to ticket #6746, the RPC library opened the kadmin socket and took responsibility for closing. When we added IPv6 support, the calling code became the owner of the socket but wasn't closing it, resulting in a file descriptor leak. https://github.com/krb5/krb5/commit/0899a4eb6b3c5f383a47f329935ae07d8ccf36c6 Commit By: tlyu Revision: 25379 Changed Files: U branches/krb5-1-9/src/lib/kadm5/clnt/client_init.c U branches/krb5-1-9/src/lib/kadm5/clnt/client_internal.h