[Pkg-openldap-devel] r728 - in openldap/trunk-2.3/debian: . patches

Quanah Gibson-Mount quanah at stanford.edu
Thu Nov 9 20:27:12 CET 2006



--On Thursday, November 09, 2006 8:22 PM +0100 Matthijs Mohlmann 
<matthijs at alioth.debian.org> wrote:

> +===================================================================
> +--- servers/slapd/connection.c.orig
> ++++ servers/slapd/connection.c
> +@@ -2008,7 +2008,8 @@
> + 	op->o_callback = cb->sc_next;
> +
> + 	ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
> +-	op->o_conn->c_conn_state = SLAP_C_ACTIVE;
> ++    if ( op->o_cnn->c_conn_state == SLAP_C_BINDING )
> ++        op->o_conn->c_conn_state = SLAP_C_ACTIVE;
> + 	op->o_conn->c_sasl_bind_in_progress =
> + 		( rs->sr_err == LDAP_SASL_BIND_IN_PROGRESS );


You'll want the follow-on commit to connection.c that fixes the typo 
present above:

op->o_cnn

should be

op->o_conn


--Quanah


--
Quanah Gibson-Mount
Principal Software Developer
ITS/Shared Application Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html



More information about the Pkg-openldap-devel mailing list