mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
19.26.2012 108e2020c1d149962dfc43dcbc6bc24a05a8e5f7
opends/src/server/org/opends/server/core/GroupManager.java
@@ -84,6 +84,7 @@
import static org.opends.messages.CoreMessages.*;
import static org.opends.server.loggers.debug.DebugLogger.*;
import static org.opends.server.loggers.ErrorLogger.*;
import static org.opends.server.protocols.internal.InternalClientConnection.*;
import static org.opends.server.util.ServerConstants.*;
import static org.opends.server.util.StaticUtils.*;
@@ -706,8 +707,8 @@
        InternalSearchOperation internalSearch =
             new InternalSearchOperation(conn, conn.nextOperationID(),
                                         conn.nextMessageID(), requestControls,
             new InternalSearchOperation(conn, nextOperationID(),
                                         nextMessageID(), requestControls,
                                         baseDN,
                                         SearchScope.WHOLE_SUBTREE,
                                         DereferencePolicy.NEVER_DEREF_ALIASES,