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

mmarie
22.59.2008 807c1ab12c8500ffd6b1b6e779806607adb6e654
opends/src/server/org/opends/server/core/WorkflowConfigManager.java
@@ -294,7 +294,7 @@
    // Create the root workflow element to associate with the workflow
    String rootWorkflowElementID = workflowCfg.getWorkflowElement();
    WorkflowElement rootWorkflowElement =
      WorkflowElement.getWorkflowElement(rootWorkflowElementID);
      DirectoryServer.getWorkflowElement(rootWorkflowElementID);
    // Get the base DN targeted by the workflow
    DN baseDN = workflowCfg.getBaseDN();