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

ludovicp
31.16.2010 59c97b0afe25cdd3bd6a70f287850aa1ff2c5c68
Import now populates dn2id correctly when using the --append and --replaceExisting options.
1 files modified
8 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 8 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1327,13 +1327,9 @@
            suffix.removePending(entryDN);
            return;
          }
          suffix.removePending(entryDN);
        }
        else
        {
          processDN2ID(suffix, entryDN, entryID);
          suffix.removePending(entryDN);
        }
        suffix.removePending(entryDN);
        processDN2ID(suffix, entryDN, entryID);
      }
      else
      {