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

matthew_swift
07.15.2007 bbbd36caacd7af674166be4da7686793d4b68bd2
opends/src/server/org/opends/server/tools/dsconfig/DeleteSubCommandHandler.java
@@ -188,8 +188,7 @@
    ManagementContext context = app.getManagementContext();
    ManagedObject<?> parent = null;
    try {
      parent = getManagedObject(context, path, names.subList(0,
          names.size() - 1));
      parent = getManagedObject(context, path, names);
    } catch (AuthorizationException e) {
      int msgID = MSGID_DSCFG_ERROR_DELETE_AUTHZ;
      String msg = getMessage(msgID, relation.getUserFriendlyName());