From: Jong Hyuk Choi Date: Tue, 26 Aug 2003 19:04:12 +0000 (+0000) Subject: cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~774 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74d6415f1e7b683d724f58660988b4efaba6ded1;p=openldap cleanup --- diff --git a/servers/slapd/back-bdb/ctxcsn.c b/servers/slapd/back-bdb/ctxcsn.c index 8ac5b34552..44f3d003ec 100644 --- a/servers/slapd/back-bdb/ctxcsn.c +++ b/servers/slapd/back-bdb/ctxcsn.c @@ -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,