Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
43a843db
Commit
43a843db
authored
Nov 18, 2003
by
Howard Chu
Browse files
ITS#2832 init conn->c_writewaiter to 0
parent
99ba95ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
43a843db
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment