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

gbellato
20.55.2007 79ad048ba3057275a80c0dfa2532b95b6e2c0648
opends/src/server/org/opends/server/core/AccessControlConfigManager.java
@@ -236,7 +236,8 @@
        if(!enabledOld) {
           AccessControlHandler oldHandler =
                   accessControlHandler.getAndSet(getHandler(newHandlerClass,
                                                  newConfiguration, true, true));
                                                  newConfiguration, true,
                                                  true));
           oldHandler.finalizeAccessControlHandler();
        } else {
          //Check if the class name is being changed.