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

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
This commit is contained in:
Paul J. Reder
2007-11-20 20:39:53 +00:00
parent 7daf1c58a9
commit 34b3b134b4

View File

@@ -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 {