Cast Debug(%p) pointer argument to void*

This commit is contained in:
Hallvard Furuseth 2007-05-09 18:38:10 +00:00
parent feb7bc4524
commit 7b7b137832

View File

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