From: Howard Chu Date: Tue, 18 Nov 2003 22:19:19 +0000 (+0000) Subject: ITS#2832 fix from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_1_24~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5686f910d99dc1b66094f9ed26efd79e2a6feec;p=thirdparty%2Fopenldap.git ITS#2832 fix from HEAD --- diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c index d91d42da1a..a662da37f7 100644 --- a/servers/slapd/connection.c +++ b/servers/slapd/connection.c @@ -485,6 +485,7 @@ long connection_init( c->c_n_get = 0; c->c_n_read = 0; c->c_n_write = 0; + c->c_writewaiter = 0; /* set to zero until bind, implies LDAP_VERSION3 */ c->c_protocol = 0;