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

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