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

neil_a_wilson
17.59.2007 1cd4490c53b4574f1ff9f3ffc71871dc1cc18ef0
opends/src/server/org/opends/server/util/SetupUtils.java
@@ -274,7 +274,7 @@
       */
      try
      {
        new Socket(hostname, port);
        new Socket().connect(socketAddress, 1000);
        canUseAsPort = false;
      } catch (IOException ioe)