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