Skip to content
Snippets Groups Projects
Commit 9c1eae14 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix previous commit (ITS#6712)

parent 67f21784
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment