mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Merge remote branch 'origin/mdb.master'
This commit is contained in:
commit
056910df03
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ typedef ID txnid_t;
|
|||
#define DKEY(x) mdb_dkey(x, kbuf)
|
||||
#else
|
||||
#define DKBUF typedef int dummy_kbuf /* so we can put ';' after */
|
||||
#define DKEY(x)
|
||||
#define DKEY(x) 0
|
||||
#endif
|
||||
|
||||
/** @defgroup lazylock Lazy Locking
|
||||
|
|
|
|||
Loading…
Reference in a new issue