Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn McKinney
OpenLDAP
Commits
71c7e77a
Commit
71c7e77a
authored
May 05, 2001
by
Kurt Zeilenga
Browse files
Add sb_max_incoming to reasonable default
parent
b545ab01
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/daemon.c
View file @
71c7e77a
...
...
@@ -86,6 +86,7 @@ slapd_daemon(
c
[
i
].
c_sb
.
sb_ber
.
ber_buf
=
NULL
;
c
[
i
].
c_sb
.
sb_ber
.
ber_ptr
=
NULL
;
c
[
i
].
c_sb
.
sb_ber
.
ber_end
=
NULL
;
c
[
i
].
c_sb
.
sb_max_incoming
=
1
<<
18
;
c
[
i
].
c_writewaiter
=
0
;
c
[
i
].
c_connid
=
0
;
ldap_pvt_thread_mutex_init
(
&
c
[
i
].
c_dnmutex
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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