| opends/src/server/org/opends/server/tools/LDIFSearch.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/tools/LDIFSearch.java
@@ -803,7 +803,7 @@ writer.flush(); matchCount++; if ((sizeLimitValue > 0) && (matchCount > sizeLimitValue)) if ((sizeLimitValue > 0) && (matchCount >= sizeLimitValue)) { resultCode = LDAPResultCode.SIZE_LIMIT_EXCEEDED;