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

Valery Kharseko
14 hours ago bd8b80653a50e445f59cac7c1e80309dba23712e
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/ConfigFromConnection.java
@@ -273,7 +273,7 @@
    hmConnectionHandlersMonitor.clear();
    readSchemaIfNeeded(connWrapper, errors);
    readSchemaIfNeeded(connWrapper);
    try
    {
@@ -324,7 +324,7 @@
    exceptions = Collections.unmodifiableList(errors);
  }
  private void readSchemaIfNeeded(final ConnectionWrapper connWrapper, final List<Exception> errors)
  private void readSchemaIfNeeded(final ConnectionWrapper connWrapper)
  {
    if (mustReadSchema())
    {