1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

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
This commit is contained in:
Paul J. Reder
2007-08-02 16:17:17 +00:00
parent 8f8f96f189
commit ca8e9d2988
2 changed files with 1 additions and 6 deletions

View File

@@ -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]);
}