Fix Debug() with too few arguments.

This commit is contained in:
Kurt Zeilenga 1999-08-29 20:13:33 +00:00
parent ae28af1383
commit 580447be5b

View File

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