]> git.sur5r.net Git - openldap/commitdiff
Disable debugging
authorKurt Zeilenga <kurt@openldap.org>
Thu, 28 Sep 2000 22:25:19 +0000 (22:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 28 Sep 2000 22:25:19 +0000 (22:25 +0000)
servers/slapd/back-bdb/idl.c
servers/slapd/back-bdb/init.c

index d3e03423af461062f008934d33c6b327d6c8489e..1531f14d65d29d27c5821c49761ab69f79dd1fe1 100644 (file)
@@ -14,7 +14,7 @@
 
 #define IDL_CMP(x,y)   ( x < y ? -1 : ( x > y ? 1 : 0 ) )
 
-#define IDL_DEBUG
+#undef IDL_DEBUG
 #ifdef IDL_DEBUG
 void idl_dump( ID *ids )
 {
@@ -40,7 +40,7 @@ void idl_dump( ID *ids )
 
 unsigned bdb_idl_search( ID *ids, ID id )
 {
-#define IDL_BINARY_SEARCH
+#undef IDL_BINARY_SEARCH
 #ifdef IDL_BINARY_SEARCH
        /*
         * binary search of id in ids
index 83ffc3f0291ac729ec57eac1f10d1fe68e6857a7..285ccfa18eb3ce5d6cc95dd196453e923fe8690b 100644 (file)
@@ -317,9 +317,8 @@ bdb_initialize(
 
        bi->bi_acl_group = bdb_group;
        bi->bi_acl_attribute = bdb_attribute;
-
-       bi->bi_chk_referrals = bdb_referrals;
 #endif
+       bi->bi_chk_referrals = bdb_referrals;
 
        bi->bi_entry_release_rw = 0;