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

pgamba
14.37.2009 5ec0cb08889c9f1a24fd4cc8b139dcdb942dd92a
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/StartECLSessionMsg.java
@@ -101,7 +101,7 @@
  private ChangeNumber changeNumber;
  // Specifies whether the search is persistent and changesOnly
  private short  isPersistent;
  private short  isPersistent = NON_PERSISTENT;
  // A string helping debuging and tracing the client operation related when
  // processing, on the RS side, a request on the ECL.
@@ -203,7 +203,14 @@
   */
  public StartECLSessionMsg()
  {
    eclRequestType = REQUEST_TYPE_FROM_COOKIE;
    crossDomainServerState = "";
    firstDraftChangeNumber = -1;
    lastDraftChangeNumber = -1;
    changeNumber = new ChangeNumber((short)0,0,(short)0);
    isPersistent = NON_PERSISTENT;
    operationId = "-1";
    excludedServiceIDs = new ArrayList<String>();
  }
  /**