mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#2832 init conn->c_writewaiter to 0
This commit is contained in:
parent
99ba95ab92
commit
43a843dbf0
1 changed files with 1 additions and 0 deletions
|
|
@ -525,6 +525,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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue