connection list, it is fully disconnected before it's put back. My previous
commentary did more harm then good.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@593283
13f79535-47bb-0310-9956-
ffa450edef68
* Cleanup a connection to an LDAP server
* @param ldc A structure containing the expanded details of the server
* that was connected.
- * @tip The connection is unlocked and returned to the list of free connections
+ * @tip This functions unbinds and closes the connection to the LDAP server
* @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));
/*
- * Clean up an LDAP connection by unbinding and unlocking the connection,
- * causing it to be returned to the list of free connections
+ * Clean up an LDAP connection by unbinding and unlocking the connection.
*/
static apr_status_t uldap_connection_cleanup(void *param)
{