]> git.sur5r.net Git - openldap/commitdiff
fix previous commit (ITS#6712)
authorPierangelo Masarati <ando@openldap.org>
Thu, 18 Nov 2010 11:54:23 +0000 (11:54 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 18 Nov 2010 11:54:23 +0000 (11:54 +0000)
servers/slapd/back-ndb/search.cpp

index f799038de7f5fc9be7ec408b67254628fc2f4b87..90e49b9823e29b1f3b2995adc769654c6626990c 100644 (file)
@@ -826,7 +826,7 @@ ndb_operational(
 
        assert( rs->sr_entry != NULL );
 
-       for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next )
+       for ( ap = &rs->sr_operational_attrs; *ap; ap = &(*ap)->a_next ) {
                if ( (*ap)->a_desc == slap_schema.si_ad_hasSubordinates ) {
                        break;
                }