mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
cleanup candidate list in case of abandon
This commit is contained in:
parent
125059ccb5
commit
433c7923c5
1 changed files with 6 additions and 0 deletions
|
|
@ -2239,6 +2239,12 @@ send_results:;
|
|||
send_ldap_result( op, rs );
|
||||
}
|
||||
|
||||
/* cleanup in case of abandon */
|
||||
for ( ; eid != NULL;
|
||||
eid = backsql_free_entryID( op,
|
||||
eid, eid == &bsi.bsi_base_id ? 0 : 1 ) )
|
||||
;
|
||||
|
||||
backsql_entry_clean( op, &base_entry );
|
||||
|
||||
/* in case we got here accidentally */
|
||||
|
|
|
|||
Loading…
Reference in a new issue