Skip to content
Snippets Groups Projects
Commit 81df94ac authored by Howard Chu's avatar Howard Chu
Browse files

Silence warning

parent 7f8cd598
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment