From: Paul J. Reder Date: Tue, 20 Nov 2007 20:39:53 +0000 (+0000) Subject: Remove mistaken fix. Just checking if peer review was working... you passed. :) X-Git-Tag: 2.3.0~1239 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34b3b134b45bafd4f405967d8b81af4ffea9bd0d;p=apache Remove mistaken fix. Just checking if peer review was working... you passed. :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ldap/util_ldap_cache.c b/modules/ldap/util_ldap_cache.c index 972e6ce64b..2217b20b7f 100644 --- a/modules/ldap/util_ldap_cache.c +++ b/modules/ldap/util_ldap_cache.c @@ -266,13 +266,7 @@ void *util_ldap_compare_node_copy(util_ald_cache_t *cache, void *c) } node->lastcompare = n->lastcompare; node->result = n->result; - if (n->subgroupList && !node->subgroupList ) { - /* original entry had an SGL, no shared memory left to copy it */ - node->sgl_processed = 0; - } - else { - node->sgl_processed = n->sgl_processed; - } + node->sgl_processed = n->sgl_processed; return node; } else {