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

Add missing arg to Debug macro call

parent d92c7c1c
Branches
Tags
No related merge requests found
......@@ -130,7 +130,7 @@ ldap_pvt_tls_init_def_ctx( void )
if ( !SSL_CTX_set_cipher_list( tls_def_ctx,
"RC4+RSA:HIGH:MEDIUM:LOW:EXP:+SSLv2:+EXP" ) ) {
Debug( LDAP_DEBUG_ANY,
"TLS: could not set cipher list.\n", 0, 0 );
"TLS: could not set cipher list.\n", 0, 0, 0 );
tls_report_error();
goto error_exit;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment