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

pgamba
14.37.2009 4fe72a4bef946169b0f50bc05bd9dc3b4b1131d3
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>();
  }
  /**