Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
3753ee02
Commit
3753ee02
authored
Apr 15, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5455
parent
835ab08d
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
3753ee02
...
...
@@ -20,6 +20,7 @@ OpenLDAP 2.4.9 Engineering
Fixed slapd value list termination (ITS#5450)
Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442)
Fixed slapd-bdb ID_NOCACHE handling (ITS#5439)
Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455)
Fixed slapd-ldap connection handler (ITS#5404)
Fixed slapo-auditlog unnecessary syscall (ITS#5441)
Fixed slapo-refint dnSubtreeMatch (ITS#5427)
...
...
servers/slapd/back-bdb/cache.c
View file @
3753ee02
...
...
@@ -964,12 +964,12 @@ load1:
}
#endif
}
bdb_cache_entryinfo_lock
(
*
eip
);
(
*
eip
)
->
bei_finders
--
;
if
(
load
)
(
*
eip
)
->
bei_state
^=
CACHE_ENTRY_LOADING
;
bdb_cache_entryinfo_unlock
(
*
eip
);
}
bdb_cache_entryinfo_lock
(
*
eip
);
(
*
eip
)
->
bei_finders
--
;
if
(
load
)
(
*
eip
)
->
bei_state
^=
CACHE_ENTRY_LOADING
;
bdb_cache_entryinfo_unlock
(
*
eip
);
}
}
if
(
flag
&
ID_LOCKED
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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