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 6ecc28b7c8
commit ce524021f6

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