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

Jean-Noel Rouvignac
27.25.2013 93610df181b2bae16dfda4a8aee38809ad966738
opends/src/server/org/opends/server/replication/server/ReplicationServer.java
@@ -523,11 +523,10 @@
    try
    {
      /*
       * Initialize the replicationServer database.
       */
      // Initialize the replicationServer database.
      dbEnv = new ReplicationDbEnv(getFileForPath(dbDirname).getAbsolutePath(),
          this);
      dbEnv.start();
      setServerURL();
      listenSocket = new ServerSocket();