Skip to content
Snippets Groups Projects
Commit 324903af authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/int/u_int32_t/ for db_appinit flags

parent 521f761b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment