]> git.sur5r.net Git - openldap/commitdiff
Fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 19 Jan 2005 07:02:14 +0000 (07:02 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Jan 2005 07:02:14 +0000 (07:02 +0000)
servers/slapd/back-bdb/idl.c

index b97368677e2346bebe484230e2ff5e633d8048e1..186ad24b3cd6bc8eb1dcc60b697b91993b0a391b 100644 (file)
@@ -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