]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10387 lloadd: more for previous commit
authorHoward Chu <hyc@openldap.org>
Mon, 1 Sep 2025 16:22:42 +0000 (17:22 +0100)
committerHoward Chu <hyc@openldap.org>
Mon, 1 Sep 2025 16:22:42 +0000 (17:22 +0100)
servers/lloadd/daemon.c

index af05c4c4018939d90369cd0dc4c7c0caabb1568a..474e428b48b9a600c250523707b2136f19df4b41 100644 (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 );