X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-bdb%2Fadd.c;h=2e966d3525e9cffe890aa9fd902166f6c42cd915;hb=9e4a4bc5e3a349f6609e0cec70cd898205d4b2f4;hp=88f5feb533ba88dee3406596714bb40a93ca143e;hpb=4c7d288eb7175110c8916b135b10de0f75e97587;p=openldap diff --git a/servers/slapd/back-bdb/add.c b/servers/slapd/back-bdb/add.c index 88f5feb533..2e966d3525 100644 --- a/servers/slapd/back-bdb/add.c +++ b/servers/slapd/back-bdb/add.c @@ -174,7 +174,6 @@ retry: /* transaction retry */ opinfo.boi_bdb = op->o_bd; opinfo.boi_txn = ltid; - opinfo.boi_locker = locker; opinfo.boi_err = 0; opinfo.boi_acl_cache = op->o_do_not_cache; op->o_private = &opinfo; @@ -285,10 +284,11 @@ retry: /* transaction retry */ goto return_results; } - if ( subentry ) { - /* FIXME: */ - /* parent must be an administrative point of the required kind */ - } + } + + if ( subentry ) { + /* FIXME: */ + /* parent must be an administrative point of the required kind */ } /* free parent and reader lock */