mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
s/int/u_int32_t/ for db_appinit flags
This commit is contained in:
parent
521f761b2a
commit
324903affa
@ -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 New Issue
Block a user