Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
8bf3fdcd
Commit
8bf3fdcd
authored
Nov 22, 2019
by
Quanah Gibson-Mount
Browse files
ITS#9118 - Fix typo in prev commit
parent
7d0c4b4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
8bf3fdcd
...
...
@@ -4010,7 +4010,7 @@ mdb_env_map(MDB_env *env, void *addr)
if
(
rc
)
return
rc
;
#else
int
mmap_flags
=
MAP_SHARED
:
int
mmap_flags
=
MAP_SHARED
;
int
prot
=
PROT_READ
;
#ifdef MAP_NOSYNC
/* Used on FreeBSD */
if
(
flags
&
MDB_NOSYNC
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment