mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
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)