opends/src/server/org/opends/server/core/NetworkGroup.java
@@ -225,7 +225,7 @@ if (curNode.insertSubordinate(workflowNode)) { // new workflow has been inserted in the topology break; continue; } // ... or try to insert the existing workflow below the new @@ -233,7 +233,7 @@ if (workflowNode.insertSubordinate(curNode)) { // new workflow has been inserted in the topology break; continue; } }