]> git.sur5r.net Git - openldap/commitdiff
Forced commit, undo accidental commit
authorHoward Chu <hyc@openldap.org>
Fri, 16 Feb 2007 02:54:48 +0000 (02:54 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 16 Feb 2007 02:54:48 +0000 (02:54 +0000)
servers/slapd/back-ldap/bind.c

index fb34a6de598fc0f26fd2904a59e38ea4acb8c0a4..2247405128a9da26f849df66bc59d27be58750ba 100644 (file)
@@ -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 );