From ca8e9d2988c023771bf1c84c8c7de855d061befe Mon Sep 17 00:00:00 2001 From: "Paul J. Reder" Date: Thu, 2 Aug 2007 16:17:17 +0000 Subject: 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 --- modules/ldap/util_ldap_cache_mgr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/ldap/util_ldap_cache_mgr.c') 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]); } -- cgit v1.2.3