Skip to content
Snippets Groups Projects
Commit 580447be authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix Debug() with too few arguments.

parent ae28af13
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment