mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 02:49:28 -05:00
Fix prev commit for env_sync0
This commit is contained in:
parent
0018eeb2c3
commit
985bbbbdd5
1 changed files with 1 additions and 1 deletions
|
|
@ -3467,7 +3467,7 @@ mdb_txn_commit(MDB_txn *txn)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if ((rc = mdb_page_flush(txn, 0)) ||
|
if ((rc = mdb_page_flush(txn, 0)) ||
|
||||||
(rc = mdb_env_sync(env, i)) ||
|
(rc = mdb_env_sync0(env, i)) ||
|
||||||
(rc = mdb_env_write_meta(txn)))
|
(rc = mdb_env_write_meta(txn)))
|
||||||
goto fail;
|
goto fail;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue