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

Matthew Swift
23.27.2011 6ee1440f6f56ac066f97383315b2798287f0821a
opends/src/server/org/opends/server/replication/server/ECLServerWriter.java
@@ -186,13 +186,7 @@
    {
      if (session!=null)
      {
        try
        {
          session.close();
        } catch (IOException e)
        {
          // Can't do much more : ignore
        }
        session.close();
      }
      if (replicationServerDomain!=null)
        replicationServerDomain.stopServer(handler, false);