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

Fabio Pistolesi
17.01.2015 89183d52637336618123b78c1410381b7780d977
opendj-server-legacy/src/main/java/org/opends/server/replication/service/ReplicationDomain.java
@@ -2942,8 +2942,12 @@
  {
    synchronized (sessionLock)
    {
      final String threadName = "Replica DS(" + getServerId()
          + ") listener for domain \"" + getBaseDN() + "\"";
      if (listenerThread != null)
      {
        return;
      }
      final String threadName = "Replica DS(" + getServerId() + ") listener for domain \"" + getBaseDN() + "\"";
      listenerThread = new DirectoryThread(new Runnable()
      {