mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#10044 dynlist: check for abandon in search2resp
This commit is contained in:
parent
1a5f5eb668
commit
97474d966b
1 changed files with 3 additions and 0 deletions
|
|
@ -1648,6 +1648,9 @@ dynlist_search2resp( Operation *op, SlapReply *rs )
|
|||
dynlist_name_t *dyn;
|
||||
int rc;
|
||||
|
||||
if ( op->o_abandon )
|
||||
return SLAP_CB_CONTINUE;
|
||||
|
||||
if ( rs->sr_type == REP_SEARCH && rs->sr_entry != NULL ) {
|
||||
rc = SLAP_CB_CONTINUE;
|
||||
/* See if this is one of our dynamic groups */
|
||||
|
|
|
|||
Loading…
Reference in a new issue