Skip to content
Snippets Groups Projects
Commit 43a843db authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2832 init conn->c_writewaiter to 0

parent 99ba95ab
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment