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

jvergara
14.24.2009 e31e221ede36f7e31aa222c21da972ea6fd1b12a
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/task/DeleteEntryTask.java
@@ -363,7 +363,7 @@
      ctls.setSearchScope(SearchControls.ONELEVEL_SCOPE);
      String filter =
        "(|(objectClass=*)(objectclass=ldapsubentry))";
      ctls.setReturningAttributes(new String[] {"dn"});
      ctls.setReturningAttributes(new String[] {"1.1"});
      NamingEnumeration<SearchResult> entryDNs =
        ctx.search(Utilities.getJNDIName(dnToRemove.toString()), filter, ctls);