mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
ITS#10044 dynlist: check for abandon in search2resp
This commit is contained in:
parent
7b59a5ad78
commit
abd8706e3f
@ -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…
x
Reference in New Issue
Block a user