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
ebe8ad2f
Commit
ebe8ad2f
authored
Feb 16, 2007
by
Howard Chu
Browse files
Forced commit, undo accidental commit
parent
222db219
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldap/bind.c
View file @
ebe8ad2f
...
...
@@ -1800,7 +1800,6 @@ ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_
rc
=
ldap_back_dobind_int
(
lcp
,
op
,
rs
,
sendok
,
0
,
0
);
if
(
rc
==
0
&&
*
lcp
!=
NULL
)
{
/* freeit, because lc_refcnt == 1 */
LDAP_BACK_CONN_TAINTED_SET
(
*
lcp
);
(
*
lcp
)
->
lc_refcnt
=
0
;
LDAP_BACK_CONN_TAINTED_SET
(
*
lcp
);
(
void
)
ldap_back_freeconn
(
li
,
*
lcp
,
0
);
...
...
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