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

dugan
25.12.2009 8568c47a23c5520f3f79e232f63b0d97e2f2aa82
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -521,7 +521,11 @@
        }
        DN entryDN = entry.getDN();
        EntryID entryID = (EntryID) entry.getAttachment();
        suffix = getMatchSuffix(entryDN, dnSuffixMap);
        //Temporary until multiple suffixes supported.
        if(suffix == null)
        {
             suffix = getMatchSuffix(entryDN, dnSuffixMap);
        }
        if(!suffixMap.containsKey(suffix))
        {
          suffixMap.put(suffix, new HashMap<DatabaseContainer, IndexBuffer>());