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=df9ba0ac778132f465c3ef441eb50cd02703b4e2;p=thirdparty%2Fopenldap.git ITS#10387 lloadd: more for previous commit --- diff --git a/servers/lloadd/daemon.c b/servers/lloadd/daemon.c index 96ba444aa9..0e84afd163 100644 --- a/servers/lloadd/daemon.c +++ b/servers/lloadd/daemon.c @@ -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 );