mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Add missing pool tags to help debugging.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876599 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -861,6 +861,7 @@ static util_ldap_connection_t *
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
apr_pool_tag(newpool, "util_ldap_connection");
|
||||
|
||||
/*
|
||||
* Add the new connection entry to the linked list. Note that we
|
||||
@@ -908,6 +909,7 @@ static util_ldap_connection_t *
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
apr_pool_tag(l->rebind_pool, "util_ldap_rebind");
|
||||
}
|
||||
|
||||
if (p) {
|
||||
@@ -2854,6 +2856,7 @@ static void *util_ldap_create_config(apr_pool_t *p, server_rec *s)
|
||||
* no shared memory managed by either.
|
||||
*/
|
||||
apr_pool_create(&st->pool, p);
|
||||
apr_pool_tag(st->pool, "util_ldap_state");
|
||||
#if APR_HAS_THREADS
|
||||
apr_thread_mutex_create(&st->mutex, APR_THREAD_MUTEX_DEFAULT, st->pool);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user