patches/backbdb_group.dif
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 9397 b16e349d18c5
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
--- servers/slapd/back-bdb/group.c	2002/09/26 16:39:07	1.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
+++ servers/slapd/back-bdb/group.c	2002/09/26 16:39:36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
@@ -82,7 +82,7 @@
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
 	if ( txn ) {
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
 		locker = TXN_ID( txn );
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
 	} else {
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
-		LOCK_ID ( bdb->bi_dbenv, &locker );
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
+		rc = LOCK_ID ( bdb->bi_dbenv, &locker );
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
 		switch(rc) {
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
 		case 0:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
 			break;