Skip to content
Snippets Groups Projects
Commit 439cd9be authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

clean orm_modlist before each mod

parent ea6c8348
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment