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

pgamba
19.56.2009 9f6142d16669ab52980d41520298c78522ee8eef
opendj-sdk/opends/src/server/org/opends/server/replication/server/ECLServerWriter.java
@@ -193,7 +193,8 @@
          // Can't do much more : ignore
        }
      }
      replicationServerDomain.stopServer(handler);
      if (replicationServerDomain!=null)
        replicationServerDomain.stopServer(handler);
    }
  }
@@ -243,7 +244,7 @@
            // session is null in pusherOnly mode
            // Done is used to end phase 1
            session.publish(new DoneMsg(
                replicationServerDomain.getReplicationServer().getServerId(),
                handler.getReplicationServerId(),
                handler.getServerId()), protocolVersion);
          }
        }