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

gbellato
02.22.2007 0ed3ce1253d7276824493d90a8312a2c117ea1c7
opends/src/server/org/opends/server/synchronization/plugin/ChangelogBroker.java
@@ -163,6 +163,7 @@
     * Open Socket to the Changelog
     * Send the Start message
     */
    shutdown = false;
    this.servers = servers;
    if (servers.size() < 1)
    {
@@ -173,6 +174,7 @@
               message, msgID);
    }
    this.rcvWindow = this.maxRcvWindow;
    this.connect();
  }
@@ -537,7 +539,9 @@
   */
  public void stop()
  {
    changelogServer = "stopped";
    shutdown = true;
    connected = false;
    try
    {
      session.close();