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

dugan
21.13.2009 a9f9fcc56c81c61857eea46e019e8426b089eca3
opends/src/server/org/opends/server/tasks/ImportTask.java
@@ -336,7 +336,7 @@
    append = TaskUtils.getBoolean(attrList, false);
    attrList = taskEntry.getAttribute(typeDNCheckPhase2);
    skipDNValidation = TaskUtils.getBoolean(attrList, true);
    skipDNValidation = TaskUtils.getBoolean(attrList, false);
    attrList = taskEntry.getAttribute(typeTmpDirectory);
    tmpDirectory = TaskUtils.getSingleValueString(attrList);