mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-19 02:28:47 -05:00
ITS#10387 lloadd: more for previous commit
This commit is contained in:
parent
aa4d57e774
commit
df9ba0ac77
1 changed files with 2 additions and 1 deletions
|
|
@ -905,7 +905,8 @@ lload_listener(
|
|||
#endif /* SO_KEEPALIVE || TCP_NODELAY */
|
||||
|
||||
if ( sl->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