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
ingo Voss
OpenLDAP
Commits
4f2d6dd1
Commit
4f2d6dd1
authored
Feb 08, 2021
by
Quanah Gibson-Mount
Browse files
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
parents
e2acb7c7
6ee53d50
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/preamble.sdf
View file @
4f2d6dd1
...
...
@@ -91,7 +91,7 @@ ________________<BR>
<P>
<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
________________<BR>
<SMALL>© Copyright 2011, <A HREF="https://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
<SMALL>© Copyright 2011
-2021
, <A HREF="https://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
!endblock
!endmacro
...
...
servers/slapd/connection.c
View file @
4f2d6dd1
...
...
@@ -520,7 +520,12 @@ Connection * connection_init(
BER_BVZERO
(
&
c
->
c_peer_name
);
ber_sockbuf_free
(
c
->
c_sb
);
c
->
c_sb
=
NULL
;
c
->
c_sb
=
ber_sockbuf_alloc
(
);
{
ber_len_t
max
=
sockbuf_max_incoming
;
ber_sockbuf_ctrl
(
c
->
c_sb
,
LBER_SB_OPT_SET_MAX_INCOMING
,
&
max
);
}
c
->
c_sd
=
AC_SOCKET_INVALID
;
ldap_pvt_thread_mutex_unlock
(
&
c
->
c_mutex
);
...
...
Write
Preview
Markdown
is supported
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