mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix sizelimit commit
This commit is contained in:
parent
98936ee3c4
commit
6f7b00d891
@ -94,7 +94,7 @@ perl_back_search(
|
||||
case SLAPD_SEND_SIZELIMIT:
|
||||
rs->sr_entry = NULL;
|
||||
rs->sr_err = LDAP_SIZELIMIT_EXCEEDED;
|
||||
goto done2;
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user