CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/11 01:41:16
Modified files:
usr.sbin/ldapd : btree.c
Log message:
Allow functions that accept both a btree and a txn argument to be passed a
NULL btree pointer. In that case the btree is taken from the transaction.
If both a btree and txn pointer is passed, make sure the transaction is
actually opened on the specified btree.
