]> git.sur5r.net Git - openldap/commitdiff
fix previous commit (ITS#4465)
authorPierangelo Masarati <ando@openldap.org>
Sat, 1 Apr 2006 15:31:35 +0000 (15:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 1 Apr 2006 15:31:35 +0000 (15:31 +0000)
servers/slapd/connection.c

index 00abf2182551fcb36ff1d357203c6c9ffe68641e..cf43c239c1bb34312510e92c7e19499e52caf481 100644 (file)
@@ -2118,7 +2118,7 @@ static void connection_op_queue( Operation *op )
        if (tag == LDAP_REQ_BIND) {
                slap_callback *sc = ch_calloc( 1, sizeof( slap_callback ));
                sc->sc_response = connection_bind_cb;
-               sc->sc_response = connection_bind_cleanup_cb;
+               sc->sc_cleanup = connection_bind_cleanup_cb;
                sc->sc_next = op->o_callback;
                op->o_callback = sc;
                op->o_conn->c_conn_state = SLAP_C_BINDING;