From: Howard Chu Date: Mon, 1 Sep 2025 16:22:42 +0000 (+0100) Subject: ITS#10387 lloadd: more for previous commit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75ac8a4145f0331d7672ba2505f34e009bc2ede8;p=thirdparty%2Fopenldap.git ITS#10387 lloadd: more for previous commit --- diff --git a/servers/lloadd/daemon.c b/servers/lloadd/daemon.c index af05c4c401..474e428b48 100644 --- a/servers/lloadd/daemon.c +++ b/servers/lloadd/daemon.c @@ -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 );