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

Matthew Swift
25.07.2011 10f83e4a10786962d425d1778531688ff0b3bb09
opendj-sdk/opends/src/server/org/opends/server/replication/server/ECLServerHandler.java
@@ -1551,10 +1551,9 @@
      // INIT_PHASE is done AND search is persistent => goto PERSISTENT_PHASE
      searchPhase = PERSISTENT_PHASE;
      final ProtocolSession localSession = session;
      if (writer ==null && localSession != null)
      if (writer ==null)
      {
        writer = new ECLServerWriter(localSession,this,replicationServerDomain);
        writer = new ECLServerWriter(session,this,replicationServerDomain);
        writer.start();  // start suspended
      }