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
3b01bbbc
Commit
3b01bbbc
authored
May 02, 2018
by
Howard Chu
Browse files
ITS#8844 use getpid() in mdb_env_close0()
parent
b0a6dbcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
3b01bbbc
...
...
@@ -5063,7 +5063,7 @@ mdb_env_close0(MDB_env *env, int excl)
if (env->me_fd != INVALID_HANDLE_VALUE)
(void) close(env->me_fd);
if (env->me_txns) {
MDB_PID_T
pid
=
env
->
me_
pid
;
MDB_PID_T pid =
get
pid
()
;
/* Clearing readers is done in this function because
* me_txkey with its destructor must be disabled first.
*
...
...
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