Skip to content
Snippets Groups Projects
Commit 794900f4 authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

ITS#7452 fix typo in envflags

parent 99319a94
No related branches found
No related tags found
No related merge requests found
......@@ -598,7 +598,7 @@ mdb_cf_gen( ConfigArgs *c )
c->cleanup = mdb_cf_cleanup;
rc = 0;
}
mdb->mi_dbenv_flags |= mdb_envflags[i].mask;
mdb->mi_dbenv_flags |= mdb_envflags[j].mask;
} else {
/* unknown keyword */
rc = 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