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
25b997c6
Commit
25b997c6
authored
Sep 26, 2007
by
Pierangelo Masarati
Browse files
temporary fix to ITS#5154
parent
21b68f12
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
25b997c6
...
...
@@ -7,7 +7,8 @@ OpenLDAP 2.3.39 Engineering
Fixed slapd ACL sets memory handling (ITS#4873)
Fixed slapd ordered values add normalization issue (ITS#5136)
Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
Fixed slapd-ldap SASL idassert w/o autchId
Fixed slapd-ldap SASL idassert w/o authcId
Fixed slapd-meta conn caching on bind failure (ITS#5154)
Fixed slapd-sql concurrency issue (ITS#5095)
Fixed slapo-chain double-free (ITS#5137)
Fixed slapo-pcache and -rwm interaction fix (ITS#4991)
...
...
servers/slapd/back-meta/bind.c
View file @
25b997c6
...
...
@@ -189,6 +189,10 @@ meta_back_bind( Operation *op, SlapReply *rs )
if
(
lerr
!=
LDAP_SUCCESS
)
{
rc
=
rs
->
sr_err
=
lerr
;
/* Mark the meta_conn struct as tainted so
* it'll be freed by meta_conn_back_destroy below */
LDAP_BACK_CONN_TAINTED_SET
(
mc
);
/* FIXME: in some cases (e.g. unavailable)
* do not assume it's not candidate; rather
* mark this as an error to be eventually
...
...
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