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

Jean-Noel Rouvignac
03.50.2014 eeff6e075405c2b9da6cff923ad4dd2b1f94b448
opendj3-server-dev/src/server/org/opends/server/replication/protocol/ReplSessionSecurity.java
@@ -263,8 +263,7 @@
      // This is probably a connection attempt from an unexpected client
      // log that to warn the administrator.
      logger.debug(INFO_SSL_SERVER_CON_ATTEMPT_ERROR, socket.getRemoteSocketAddress(),
          socket.getLocalSocketAddress().toString(),
          e.getLocalizedMessage());
          socket.getLocalSocketAddress(), e.getLocalizedMessage());
      return null;
    }
    finally