CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2010/07/05 15:06:45
Modified files: usr.sbin/ldapd : btree.c Log message: Unbreak writing updates to the btree while having a cursor open on the affected pages. When a cursor has increased the reference count on a cached page, it is copied before updated. The new pointer was however not passed back to the caller, effectively commiting the old page numbers.