mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
clean orm_modlist before each mod
This commit is contained in:
parent
ea6c83481b
commit
439cd9be74
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue