From 81df94acaa4829458ab0f071c62c718c13022f9d Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Wed, 24 Mar 2004 10:47:31 +0000
Subject: [PATCH] Silence warning

---
 servers/slapd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/servers/slapd/connection.c b/servers/slapd/connection.c
index 5fe614e50a..b829d2c8ca 100644
--- a/servers/slapd/connection.c
+++ b/servers/slapd/connection.c
@@ -1176,7 +1176,7 @@ int connection_client_setup(
 {
 	Connection *c;
 
-	if ( connection_init( s, &dummy_list, "", "", CONN_IS_CLIENT, 0, NULL ) < 0 ) {
+	if ( connection_init( s, (Listener *)&dummy_list, "", "", CONN_IS_CLIENT, 0, NULL ) < 0 ) {
 		return -1;
 	}
 
-- 
GitLab