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
bffe2ebc
Commit
bffe2ebc
authored
Sep 06, 2016
by
Hallvard Furuseth
Browse files
Drop spurious Errcode() call
parent
9036e261
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
bffe2ebc
...
...
@@ -4523,7 +4523,7 @@ mdb_env_setup_locks(MDB_env *env, char *lpath, int mode, int *excl)
if
(
rc
==
MDB_ERRCODE_ROFS
&&
(
env
->
me_flags
&
MDB_RDONLY
))
{
return
MDB_SUCCESS
;
}
goto
fail
_errno
;
goto
fail
;
}
#if ! ((MDB_CLOEXEC) || defined(_WIN32))
/* Lose record locks when exec*() */
...
...
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