mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
ITS#10454 LMDB: fix prev commit for Mac OSX + WRITEMAP
This commit is contained in:
parent
134e5ace04
commit
4e8a093a86
1 changed files with 1 additions and 1 deletions
|
|
@ -4885,7 +4885,7 @@ mdb_env_write_meta(MDB_txn *txn)
|
|||
goto fail;
|
||||
}
|
||||
#if defined(__APPLE__)
|
||||
if (MDB_FDATASYNC(env->me_mfd)) {
|
||||
if (MDB_FDATASYNC(env->me_fd)) {
|
||||
rc = ErrCode();
|
||||
goto fail;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue