mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Add missing arg to Debug macro call
This commit is contained in:
parent
d92c7c1c7d
commit
c7425738bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue