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

vharseko
12.41.2023 0de6858e9548e84aebc148747be92a811ba33636
opendj-server-legacy/src/main/java/org/opends/server/util/StaticUtils.java
@@ -1296,6 +1296,7 @@
      // handled in their respective address space.
      if (address.isAnyLocalAddress()) {
        try (Socket clientSocket = new Socket()) {
         clientSocket.setReuseAddress(true);
          // This might fail on some stacks but this is the best we
          // can do. No need for explicit timeout since it is local
          // address and we have to know for sure unless it fails.