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
03055d0e
Commit
03055d0e
authored
Feb 12, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5370
parent
aa73219c
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
03055d0e
...
...
@@ -2,6 +2,7 @@ OpenLDAP 2.3 Change Log
OpenLDAP 2.3.41 Engineering
Fixed slapd idlcache on adds (ITS#5086)
Fixed slapd timestamp race condition (ITS#5370)
Fixed slapd-bdb modrdn to same dn (ITS#5319)
Fixed slapd-bdb crash with modrdn (ITS#5358)
Fixed slapo-accesslog cleanup on successful response (ITS#5374)
...
...
servers/slapd/operation.c
View file @
03055d0e
...
...
@@ -121,8 +121,8 @@ slap_op_free( Operation *op )
void
slap_op_time
(
time_t
*
t
,
int
*
nop
)
{
*
t
=
slap_get_time
();
ldap_pvt_thread_mutex_lock
(
&
slap_op_mutex
);
*
t
=
slap_get_time
();
if
(
*
t
==
last_time
)
{
*
nop
=
++
last_incr
;
}
else
{
...
...
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