]> git.sur5r.net Git - openldap/commitdiff
fix previous commit
authorPierangelo Masarati <ando@openldap.org>
Fri, 21 Jan 2005 15:05:15 +0000 (15:05 +0000)
committerPierangelo Masarati <ando@openldap.org>
Fri, 21 Jan 2005 15:05:15 +0000 (15:05 +0000)
servers/slapd/backend.c

index 9e63b862d1f60998b98233228bbaa422c6ef34ae..43018f39db239ca585517c291cd548d6aa306758 100644 (file)
@@ -1440,6 +1440,7 @@ backend_attribute(
                        rc = backend_operational( op, &rs );
 
                        if ( rc == LDAP_SUCCESS ) {
+                               freeattr = 1;
                                a = rs.sr_operational_attrs;
                        }
                }