fix previous commit (ITS#6712)

This commit is contained in:
Pierangelo Masarati 2010-11-18 11:54:23 +00:00
parent 67f21784fd
commit 9c1eae14a7

View 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;
}