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

Ludovic Poitou
13.54.2011 1c2cf17a5ca4c1d73bb6b03e37a2e0bc02810ec7
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -3059,7 +3059,14 @@
      this.bufferIndexFile = new File(tempDir, bufferIndexFileName);
      this.isDN = isDN;
      this.limit = limit;
      if (limit > 0)
      {
        this.limit = limit;
      }
      else
      {
        this.limit = Integer.MAX_VALUE;
      }
    }