mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 16:41:19 +00:00
Stop registering a cleanup on each LDAP connection created, this cleanup was
never called because it's registered against pconf in the child. LDAP connections are created in the child and not shared between children, so no action should be required at child exit Additionally, clarify comments around uldap_connection_cleanup() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@592764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -190,8 +190,7 @@ APR_DECLARE_OPTIONAL_FN(apr_status_t,uldap_connection_unbind,(void *param));
|
||||
* Cleanup a connection to an LDAP server
|
||||
* @param ldc A structure containing the expanded details of the server
|
||||
* that was connected.
|
||||
* @tip This function is registered with the pool cleanup to close down the
|
||||
* LDAP connections when the server is finished with them.
|
||||
* @tip The connection is unlocked and returned to the list of free connections
|
||||
* @fn apr_status_t util_ldap_connection_cleanup(util_ldap_connection_t *ldc)
|
||||
*/
|
||||
APR_DECLARE_OPTIONAL_FN(apr_status_t,uldap_connection_cleanup,(void *param));
|
||||
|
Reference in New Issue
Block a user