mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
Fix typo in prev commit
This commit is contained in:
parent
3f4243def9
commit
ffcfb8b967
1 changed files with 1 additions and 1 deletions
|
|
@ -444,7 +444,7 @@ bdb_idl_fetch_key(
|
|||
/* We sometimes test with tiny IDLs, and BDB always wants buffers
|
||||
* that are at least one page in size.
|
||||
*/
|
||||
# if BDB_IDL_SIZE < 4096
|
||||
# if BDB_IDL_DB_SIZE < 4096
|
||||
# define BDB_ENOUGH 2048
|
||||
# else
|
||||
# define BDB_ENOUGH 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue