ITS#10387 lloadd: more for previous commit

This commit is contained in:
Howard Chu 2025-09-01 17:22:42 +01:00
parent 83030cacbc
commit 75ac8a4145

View file

@ -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 );