mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
fix use with back-hdb
This commit is contained in:
parent
1fc5e8e057
commit
103485bf99
1 changed files with 1 additions and 1 deletions
|
|
@ -203,6 +203,7 @@ struct bdb_info {
|
|||
alock_info_t bi_alock_info;
|
||||
char *bi_db_config_path;
|
||||
BerVarray bi_db_config;
|
||||
bdb_monitor_cleanup_t bi_monitor_cleanup;
|
||||
int bi_flags;
|
||||
#define BDB_IS_OPEN 0x01
|
||||
#define BDB_HAS_CONFIG 0x02
|
||||
|
|
@ -213,7 +214,6 @@ struct bdb_info {
|
|||
int bi_modrdns; /* number of modrdns completed */
|
||||
ldap_pvt_thread_mutex_t bi_modrdns_mutex;
|
||||
#endif
|
||||
bdb_monitor_cleanup_t bi_monitor_cleanup;
|
||||
};
|
||||
|
||||
#define bi_id2entry bi_databases[BDB_ID2ENTRY]
|
||||
|
|
|
|||
Loading…
Reference in a new issue