mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java @@ -1062,7 +1062,10 @@ badFileCount++; } } if (badFileCount > 0) return 1; if (badFileCount > 0) { return 1; } importConfig = new LDIFImportConfig(fileList); } else