From: Greg Ames Date: Tue, 11 Apr 2006 14:41:53 +0000 (+0000) Subject: more explanation for a couple of subtle lines of code X-Git-Tag: 2.3.0~2459 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8370ab0073208aeb7f0095ebdf4ede6ea385e9a;p=apache more explanation for a couple of subtle lines of code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@393236 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index d00f429482..3ad40ade70 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -1758,7 +1758,8 @@ static void *util_ldap_create_config(apr_pool_t *p, server_rec *s) (util_ldap_state_t *)apr_pcalloc(p, sizeof(util_ldap_state_t)); /* Create a per vhost pool for mod_ldap to use, serialized with - * st->mutex (also one per vhost) + * st->mutex (also one per vhost). both are replicated by fork(), + * no shared memory managed by either. */ apr_pool_create(&st->pool, p); #if APR_HAS_THREADS