You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by re...@apache.org on 2007/11/20 21:39:54 UTC

svn commit: r596817 - /httpd/httpd/trunk/modules/ldap/util_ldap_cache.c

Author: rederpj
Date: Tue Nov 20 12:39:53 2007
New Revision: 596817

URL: http://svn.apache.org/viewvc?rev=596817&view=rev
Log:
Remove mistaken fix. Just checking if peer review was working... you passed. :)


Modified:
    httpd/httpd/trunk/modules/ldap/util_ldap_cache.c

Modified: httpd/httpd/trunk/modules/ldap/util_ldap_cache.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ldap/util_ldap_cache.c?rev=596817&r1=596816&r2=596817&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ldap/util_ldap_cache.c (original)
+++ httpd/httpd/trunk/modules/ldap/util_ldap_cache.c Tue Nov 20 12:39:53 2007
@@ -266,13 +266,7 @@
         }
         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 {