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
4debb1d3
Commit
4debb1d3
authored
Nov 23, 2008
by
Howard Chu
Browse files
ITS
#5827
parent
9995f666
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
4debb1d3
...
...
@@ -68,6 +68,7 @@ OpenLDAP 2.4.13 Release (2008/11/20)
Fixed slapo-rwm entry get (ITS#5773)
Fixed slapo-syncprov runqueue removal (ITS#5776)
Fixed slapo-syncprov unreplicatable ops (ITS#5709)
Fixed slapo-syncprov psearch leak (ITS#5827)
Added slapo-translucent try local bind when remote fails (ITS#5656)
Added slapo-translucent support for PasswordModify exop (ITS#5656)
Fixed tools simple bind without SASL (ITS#5753)
...
...
servers/slapd/overlays/syncprov.c
View file @
4debb1d3
...
...
@@ -1259,6 +1259,12 @@ syncprov_matchops( Operation *op, opcookie *opc, int saveit )
/* send DELETE */
syncprov_qresp
(
opc
,
ss
,
LDAP_SYNC_DELETE
);
}
if
(
!
saveit
&&
found
)
{
/* Decrement s_inuse, was incremented when called
* with saveit == TRUE
*/
syncprov_free_syncop
(
ss
);
}
}
ldap_pvt_thread_mutex_unlock
(
&
si
->
si_ops_mutex
);
...
...
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