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

ludovicp
07.10.2010 61d83c195dcb1725346c20b444588e868b764448
opends/src/server/org/opends/server/admin/client/ldap/JNDIDirContextAdaptor.java
@@ -202,7 +202,7 @@
  @Override
  public void createEntry(LdapName dn, Attributes attributes)
      throws NamingException {
    dirContext.createSubcontext(dn, attributes);
    dirContext.createSubcontext(dn, attributes).close();
  }