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

neil_a_wilson
18.00.2006 13a183224cefb8a0fd09e4f7ca5ff06c5f077093
opends/src/server/org/opends/server/core/DirectoryServer.java
@@ -6808,6 +6808,21 @@
    }
    // Finalize all of the extended operation handlers.
    for (ExtendedOperationHandler handler :
         directoryServer.extendedOperationHandlers.values())
    {
      try
      {
        handler.finalizeExtendedOperationHandler();
      }
      catch (Exception e)
      {
        assert debugException(CLASS_NAME, "shutDown", e);
      }
    }
    // Shut down all the other components that may need special handling.
    // NYI