mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
clean orm_modlist before each mod
This commit is contained in:
parent
ea6c83481b
commit
439cd9be74
@ -506,11 +506,11 @@ refint_qtask( void *ctx, void *arg )
|
||||
**
|
||||
*/
|
||||
|
||||
op->orm_modlist = NULL;
|
||||
|
||||
for(dp = rq->attrs; dp; dp = dp->next) {
|
||||
Modifications *m, *first = NULL;
|
||||
|
||||
op->orm_modlist = NULL;
|
||||
|
||||
op->o_req_dn = dp->dn;
|
||||
op->o_req_ndn = dp->ndn;
|
||||
op->o_bd = select_backend(&dp->ndn, 0, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user