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

jvergara
18.51.2008 0d9a4a1a7f42ea2dfead37770a2d9befacbd0878
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java
@@ -237,7 +237,7 @@
          {
            InitialLdapContext ctx =
              controller.findConnectionForDisplayedEntry(node);
            if (node.getNumSubOrdinates() > 40)
            if (node.getNumSubOrdinates() > 0)
            {
              deleteSubtreeWithControl(ctx, dn, path, toNotify);
            }