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

jvergara
28.35.2007 856bfa759bec64b3cfc710fa26b755855bcc61c8
opends/src/statuspanel/org/opends/statuspanel/ui/LoginDialog.java
@@ -48,6 +48,7 @@
import javax.swing.JTextField;
import javax.swing.text.JTextComponent;
import org.opends.quicksetup.CurrentInstallStatus;
import org.opends.quicksetup.event.MinimumSizeComponentListener;
import org.opends.quicksetup.ui.UIFactory;
import org.opends.quicksetup.util.BackgroundTask;
@@ -535,7 +536,7 @@
   */
  private boolean isServerRunning()
  {
    return Utils.isServerRunning(Utils.getInstallPathFromClasspath());
    return CurrentInstallStatus.isServerRunning();
  }
  /**