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

pgamba
26.09.2009 afd6cb7d1b7e6a4f768877edba50f04a70c1bd57
Fix# 4309 ECL - draft-mode search for new changes returns error if no new changes since last search
1 files modified
6 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/replication/server/ECLServerHandler.java 6 ●●●● patch | view | raw | blame | history
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(""));
        }
      }
    }