diff options
author | Paul J. Reder <rederpj@apache.org> | 2007-08-02 18:17:17 +0200 |
---|---|---|
committer | Paul J. Reder <rederpj@apache.org> | 2007-08-02 18:17:17 +0200 |
commit | ca8e9d2988c023771bf1c84c8c7de855d061befe (patch) | |
tree | e83f741835568314425b6a99f4f3ee4392e45a99 /modules/ldap/util_ldap_cache_mgr.c | |
parent | Updated ad per PR 38698. (diff) | |
download | apache2-ca8e9d2988c023771bf1c84c8c7de855d061befe.tar.xz apache2-ca8e9d2988c023771bf1c84c8c7de855d061befe.zip |
A couple of cleanups to the nested group code based on review comments.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@562165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ldap/util_ldap_cache_mgr.c')
-rw-r--r-- | modules/ldap/util_ldap_cache_mgr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/ldap/util_ldap_cache_mgr.c b/modules/ldap/util_ldap_cache_mgr.c index e016ae7a6c..6f2f6428bc 100644 --- a/modules/ldap/util_ldap_cache_mgr.c +++ b/modules/ldap/util_ldap_cache_mgr.c @@ -152,7 +152,6 @@ util_compare_subgroup_t *util_ald_sgl_dup(util_ald_cache_t *cache, util_compare_ sgl_out->len = sgl_in->len; for (i = 0; i < sgl_in->len; i++) { - fprintf(stderr, "sgl_dup: Adding %s to sgl\n", sgl_in->subgroupDNs[i]); fflush(stderr); sgl_out->subgroupDNs[i] = util_ald_strdup(cache, sgl_in->subgroupDNs[i]); } |