442443444445446447448449450451452
if ( searchCtls.getCountLimit() > 0 ) { if ( count > searchCtls.getCountLimit() ) { throw new LdapSizeLimitExceededException(); } } count++; return true;