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

pgamba
26.09.2009 afd6cb7d1b7e6a4f768877edba50f04a70c1bd57
opendj-sdk/opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -689,11 +689,7 @@
        else
        {
          // startDraftCN is > the potential last DraftCN
          throw new DirectoryException(
              ResultCode.SUCCESS,
              Message.raw(Category.SYNC,
                  Severity.INFORMATION,"Bad value provided for change number "
                  + " Failed to match a replication state to "+startDraftCN));
          throw new DirectoryException(ResultCode.SUCCESS, Message.raw(""));
        }
      }
    }