mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 02:49:28 -05:00
s/int/u_int32_t/ for db_appinit flags
This commit is contained in:
parent
521f761b2a
commit
324903affa
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ DB_ENV *ldbm_Env = NULL;
|
|||
int ldbm_initialize( void )
|
||||
{
|
||||
int err;
|
||||
int envFlags;
|
||||
u_int32_t envFlags;
|
||||
|
||||
if(ldbm_initialized++) return 1;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue