cleanup candidate list in case of abandon

This commit is contained in:
Pierangelo Masarati 2005-08-07 20:04:47 +00:00
parent 125059ccb5
commit 433c7923c5

View file

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