mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
fix sizelimit interaction with glue overlay (ITS#3724)
This commit is contained in:
parent
dfaffea154
commit
46387a12a9
1 changed files with 1 additions and 2 deletions
|
|
@ -378,8 +378,7 @@ really_bad:;
|
|||
goto finish;
|
||||
|
||||
} else if ( rc == LDAP_RES_SEARCH_ENTRY ) {
|
||||
if ( op->ors_slimit > 0 && rs->sr_nentries == op->ors_slimit )
|
||||
{
|
||||
if ( --op->ors_slimit == -1 ) {
|
||||
ldap_msgfree( res );
|
||||
res = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue