]> granicus.if.org Git - apache/commit
Move the initialization of rebind to the post_config handler so that it is done durin...
authorBradley Nicholes <bnicholes@apache.org>
Wed, 9 Apr 2008 22:49:31 +0000 (22:49 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 9 Apr 2008 22:49:31 +0000 (22:49 +0000)
commit49c238ec40844610e48ff0402482c2acaf50dfdd
treec3e6736e119b9df144b00d7e016222f116381def
parent31735f8fe9b9508a8d414804e092d368c609573f
Move the initialization of rebind to the post_config handler so that it is done during the actual module load stage rather than the preload stage.  If done during the preload stage, the pool passed into the initialization function will be cleared and all allocations will be freed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@646582 13f79535-47bb-0310-9956-ffa450edef68
modules/ldap/util_ldap.c