mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Remove lint
This commit is contained in:
parent
87ff60f96c
commit
0ff55447e1
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user