Remove lint

This commit is contained in:
Kurt Zeilenga 2004-03-26 00:00:50 +00:00
parent 87ff60f96c
commit 0ff55447e1

View File

@ -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;
}