Skip to content

Commit

Permalink
Fix for DIRSERVER-2399
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed Mar 31, 2024
1 parent 70b8690 commit c347dae
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,8 +756,6 @@ private void processSubordinates( OperationContext operationContext, Set<Attribu
}
else
{
ObjectClass topStructural = objectClassArray[0];

for ( ObjectClass oc : objectClassArray )
{
if ( !superiors.containsKey( oc.getOid() ) )
Expand Down

0 comments on commit c347dae

Please sign in to comment.