mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10387 lloadd: more for previous commit
This commit is contained in:
parent
83030cacbc
commit
75ac8a4145
1 changed files with 2 additions and 1 deletions
|
|
@ -781,7 +781,8 @@ lload_listener(
|
|||
#endif /* SO_KEEPALIVE || TCP_NODELAY */
|
||||
|
||||
if ( l->sl_is_proxied ) {
|
||||
if ( !proxyp( s, from ) ) {
|
||||
ber_socklen_t dummy;
|
||||
if ( !proxyp( s, from, &dummy ) ) {
|
||||
Debug( LDAP_DEBUG_ANY, "lload_listener: "
|
||||
"proxyp(%ld) failed\n",
|
||||
(long)s );
|
||||
|
|
|
|||
Loading…
Reference in a new issue