mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Fix Debug() with too few arguments.
This commit is contained in:
parent
ae28af1383
commit
580447be5b
@ -186,7 +186,7 @@ static long send_ldap_ber(
|
||||
*/
|
||||
|
||||
Debug( LDAP_DEBUG_CONNS, "ber_flush failed errno=%d reason=\"%s\"\n",
|
||||
err, STRERROR(err) );
|
||||
err, STRERROR(err), 0 );
|
||||
|
||||
if ( err != EWOULDBLOCK && err != EAGAIN ) {
|
||||
connection_closing( conn );
|
||||
|
Loading…
Reference in New Issue
Block a user