mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Fix symbol name collision when LDAP_SYNC && BDB_HIER
This commit is contained in:
parent
660617ae66
commit
3301a31755
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue