mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-04 22:33:53 -04:00
ITS#8192 fix prev commit
This commit is contained in:
parent
bf5c4e0f23
commit
ba6e001801
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,7 @@ typedef enum MDB_cursor_op {
|
|||
/** Env or txn is read-only, can't write */
|
||||
#define MDB_IS_READONLY (-30770)
|
||||
/** Requested map address is unavailable */
|
||||
#define MDB_ADDR_BUSY
|
||||
#define MDB_ADDR_BUSY (-30769)
|
||||
/** The last defined error code */
|
||||
#define MDB_LAST_ERRCODE MDB_ADDR_BUSY
|
||||
/** @} */
|
||||
|
|
|
|||
Loading…
Reference in a new issue