ITS#10387 lloadd: more for previous commit

This commit is contained in:
Howard Chu 2025-09-01 17:22:42 +01:00 committed by Quanah Gibson-Mount
parent aa4d57e774
commit df9ba0ac77

View file

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