From: Howard Chu Date: Wed, 19 Jan 2005 07:02:14 +0000 (+0000) Subject: Fix typo in prev commit X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~340 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ffcfb8b9671f9aa6a72630d7430e29fd0cf172b7;p=openldap Fix typo in prev commit --- diff --git a/servers/slapd/back-bdb/idl.c b/servers/slapd/back-bdb/idl.c index b97368677e..186ad24b3c 100644 --- a/servers/slapd/back-bdb/idl.c +++ b/servers/slapd/back-bdb/idl.c @@ -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