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

sin
03.40.2009 1916cd2a4c42f8c159149fcf88179176264d7c17
3673:Server start doesn't check for port availability on Windows
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/util/StaticUtils.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/util/StaticUtils.java
@@ -2693,7 +2693,7 @@
        // Expected, ignore.
        }
        if (clientSocket.isConnected()) {
          isInUse = true;
          return true;
        }
      }
      serverSocket = new ServerSocket();