mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 23:29:34 -05:00
ITS#9118 - Fix typo in prev commit
This commit is contained in:
parent
7d0c4b4c30
commit
8bf3fdcd6d
1 changed files with 1 additions and 1 deletions
|
|
@ -4010,7 +4010,7 @@ mdb_env_map(MDB_env *env, void *addr)
|
||||||
if (rc)
|
if (rc)
|
||||||
return rc;
|
return rc;
|
||||||
#else
|
#else
|
||||||
int mmap_flags = MAP_SHARED:
|
int mmap_flags = MAP_SHARED;
|
||||||
int prot = PROT_READ;
|
int prot = PROT_READ;
|
||||||
#ifdef MAP_NOSYNC /* Used on FreeBSD */
|
#ifdef MAP_NOSYNC /* Used on FreeBSD */
|
||||||
if (flags & MDB_NOSYNC)
|
if (flags & MDB_NOSYNC)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue