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: ghudson@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 506 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/de196505008b476133ad5890963610833f1a089d Commit By: ghudson Revision: 25115 Changed Files: U trunk/src/lib/kadm5/clnt/client_init.c U trunk/src/lib/kadm5/clnt/client_internal.h