mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
s/int/u_int32_t/ for BDB2 env flags.
This commit is contained in:
parent
257810afe4
commit
d9ae2261da
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ void ldbm_initialize( void )
|
|||
static int initialized = 0;
|
||||
|
||||
int err;
|
||||
int envFlags;
|
||||
u_int32_t envFlags;
|
||||
|
||||
if(initialized++) return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue