mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Cast Debug(%p) pointer argument to void*
This commit is contained in:
parent
feb7bc4524
commit
7b7b137832
@ -512,7 +512,7 @@ ldap_new_connection( LDAP *ld, LDAPURLDesc **srvlist, int use_ldsb,
|
|||||||
"ldap_new_connection %p: "
|
"ldap_new_connection %p: "
|
||||||
"unexpected response %d "
|
"unexpected response %d "
|
||||||
"from BIND request id=%d\n",
|
"from BIND request id=%d\n",
|
||||||
ld, ldap_msgtype( res ), msgid );
|
(void *) ld, ldap_msgtype( res ), msgid );
|
||||||
err = -1;
|
err = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user