]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8192 fix prev commit
authorHoward Chu <hyc@openldap.org>
Fri, 24 Apr 2026 17:07:42 +0000 (18:07 +0100)
committerHoward Chu <hyc@openldap.org>
Fri, 24 Apr 2026 17:07:42 +0000 (18:07 +0100)
libraries/liblmdb/lmdb.h

index 454532b6189e26cc3479743133b6b59cfab657ce..da7b3c94a602248efca0c6a11c714decc212f9d6 100644 (file)
@@ -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
 /** @} */