mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix DB_ENV typo.
This commit is contained in:
parent
be9e28907e
commit
a68daccf16
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static ldap_pvt_thread_mutex_t ldbm_big_mutex;
|
|||
|
||||
|
||||
/* we need a dummy definition for pre-2.0 DB */
|
||||
typedef void DB_ENV
|
||||
typedef void DB_ENV;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue