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

pgamba
14.02.2008 3548261f7448ab41a3a9211e75b2ef554b4d20c6
opends/src/server/org/opends/server/replication/server/ServerHandler.java
@@ -1280,6 +1280,13 @@
  {
    active = false;
    // Stop the remote LSHandler
    for (LightweightServerHandler lsh : connectedServers.values())
    {
      lsh.stopHandler();
    }
    connectedServers.clear();
    try
    {
      session.close();