mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Silence warning
This commit is contained in:
parent
7f8cd59825
commit
81df94acaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue