From: Kurt Zeilenga Date: Fri, 26 Mar 2004 00:00:50 +0000 (+0000) Subject: Remove lint X-Git-Tag: OPENLDAP_REL_ENG_2_2_8~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ff55447e11f00232b68ba0d27edbfd52ef95cd7;p=openldap Remove lint --- 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; }