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

dugan
20.33.2007 6bed45cbfe8dba8557a6b8027b6b8fd9992a4e51
opends/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -107,6 +107,7 @@
  */
  static DN debugSearchIndexDN;
  /**
   * String used to save the original authorization entry in an operation
   * attachment if a proxied authorization control was seen.
@@ -212,6 +213,7 @@
  @Override()
  public void finalizeAccessControlHandler()
  {
    aciListenerMgr.finalizeListenerManager();
    AciEffectiveRights.finalizeOnShutdown();
    DirectoryServer.deregisterSupportedControl(OID_GET_EFFECTIVE_RIGHTS);
  }