ITS#10044 dynlist: check for abandon in search2resp

This commit is contained in:
Howard Chu 2024-02-21 17:18:18 +00:00 committed by Quanah Gibson-Mount
parent 1a5f5eb668
commit 97474d966b

View file

@ -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 */