mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix typo in prev commit
This commit is contained in:
parent
3f4243def9
commit
ffcfb8b967
@ -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 New Issue
Block a user