From db4bc08d8cd4755cbee3a73e2238b6028acabdfe Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Tue, 5 Oct 2004 00:33:00 +0000 Subject: [PATCH] misc cleanup --- servers/slapd/back-bdb/ctxcsn.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/servers/slapd/back-bdb/ctxcsn.c b/servers/slapd/back-bdb/ctxcsn.c index dbb6492896..b41f474319 100644 --- a/servers/slapd/back-bdb/ctxcsn.c +++ b/servers/slapd/back-bdb/ctxcsn.c @@ -364,8 +364,9 @@ txn_retry: ctxcsn_locker = TXN_ID ( ltid ); - rs->sr_err = bdb_csn_commit( op, rs, ltid, NULL, &suffix_ei, - &ctxcsn_e, &ctxcsn_added, ctxcsn_locker ); + rs->sr_err = bdb_csn_commit( op, rs, ltid, NULL, + &suffix_ei, &ctxcsn_e, + &ctxcsn_added, ctxcsn_locker ); switch( rs->sr_err ) { case BDB_CSN_ABORT: rs->sr_err = LDAP_OTHER; @@ -389,8 +390,10 @@ txn_retry: goto done; } - rs->sr_err = bdb_dn2entry( op, NULL, &op->o_bd->be_context_csn, &ctxcsn_ei, - 0, ctxcsn_locker, ctxcsn_lock ); + rs->sr_err = bdb_dn2entry( op, NULL, + &op->o_bd->be_context_csn, + &ctxcsn_ei, 0, ctxcsn_locker, + ctxcsn_lock ); if ( ctxcsn_ei ) { ctxcsn_e = ctxcsn_ei->bei_e; -- 2.39.5