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

Matthew Swift
24.13.2015 a85be673b47f4dd6c1f9f7e5ec400ba7b89775b9
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/Importer.java
@@ -2313,7 +2313,7 @@
      public void writeToDN2ID(ImportIDSet idSet) throws DirectoryException
      {
        txn.create(dn2id, idSet.getKey(), entryID.toByteString());
        txn.put(dn2id, idSet.getKey(), entryID.toByteString());
        indexMgr.addTotDNCount(1);
        if (parentDN != null)
        {