]> git.sur5r.net Git - openldap/commitdiff
Fix symbol name collision when LDAP_SYNC && BDB_HIER
authorLuke Howard <lukeh@openldap.org>
Sat, 23 Aug 2003 11:58:33 +0000 (11:58 +0000)
committerLuke Howard <lukeh@openldap.org>
Sat, 23 Aug 2003 11:58:33 +0000 (11:58 +0000)
servers/slapd/back-bdb/proto-bdb.h

index 16f81aa081d0dc2518e7ae35476c7fe29ff588b3..906ffad499409051a16c2eb4b755fa820dbf6141 100644 (file)
@@ -469,6 +469,7 @@ void bdb_cache_delete_cleanup(
 void bdb_cache_release_all( Cache *cache );
 
 #ifdef LDAP_SYNC
+#define bdb_cache_entry_db_relock              BDB_SYMBOL(cache_entry_db_relock)
 int bdb_cache_entry_db_relock(
        DB_ENV *env,
        u_int32_t locker,