mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
cleanup
This commit is contained in:
parent
9faedad3e5
commit
74d6415f1e
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ bdb_csn_commit(
|
|||
}
|
||||
|
||||
/* This serializes add. But this case is very rare : only once. */
|
||||
rs->sr_err = bdb_next_id( op->o_bd, NULL, &ctxcsn_id );
|
||||
rs->sr_err = bdb_next_id( op->o_bd, tid, &ctxcsn_id );
|
||||
if ( rs->sr_err != 0 ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG ( OPERATION, ERR,
|
||||
|
|
|
|||
Loading…
Reference in a new issue