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

neil_a_wilson
22.56.2007 fe2343005776d1d53a99b3826a2c0d5d2c0f500e
opends/src/server/org/opends/server/core/PluginConfigManager.java
@@ -212,6 +212,8 @@
    searchResultEntryPlugins     = new DirectoryServerPlugin[0];
    searchResultReferencePlugins = new DirectoryServerPlugin[0];
    intermediateResponsePlugins  = new DirectoryServerPlugin[0];
    registeredPlugins            =
         new ConcurrentHashMap<DN,DirectoryServerPlugin>();
  }
@@ -241,7 +243,7 @@
    assert debugEnter(CLASS_NAME, "initializePluginConfig");
    registeredPlugins = new ConcurrentHashMap<DN,DirectoryServerPlugin>();
    registeredPlugins.clear();
    // Get the configuration entry that is the root of all the plugins in the