mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
Fix args to bdb_cache_modrdn
This commit is contained in:
parent
4d6469f949
commit
c9f8d7accb
1 changed files with 1 additions and 1 deletions
|
|
@ -884,7 +884,7 @@ retry: /* transaction retry */
|
|||
if(( rs->sr_err=TXN_PREPARE( ltid, gid )) != 0 ) {
|
||||
rs->sr_text = "txn_prepare failed";
|
||||
} else {
|
||||
bdb_cache_modrdn( save, &op->orr_newrdn, e, neip,
|
||||
bdb_cache_modrdn( save, &op->orr_nnewrdn, e, neip,
|
||||
bdb->bi_dbenv, locker, &lock );
|
||||
if(( rs->sr_err=TXN_COMMIT( ltid, 0 )) != 0 ) {
|
||||
rs->sr_text = "txn_commit failed";
|
||||
|
|
|
|||
Loading…
Reference in a new issue