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

neil_a_wilson
01.34.2006 dc0b97516ea3c05cd6cc988a9120faecb0de675c
opends/src/server/org/opends/server/core/ConnectionHandlerConfigManager.java
@@ -688,6 +688,7 @@
      try
      {
        connectionHandler.initializeConnectionHandler(configEntry);
        connectionHandler.start();
      }
      catch (Exception e)
      {
@@ -703,6 +704,7 @@
      }
      connectionHandlers.put(connectionHandlerDN, connectionHandler);
      DirectoryServer.registerConnectionHandler(connectionHandler);
    }