From c7425738bbd28804e2579c161297a5df55bf2eeb Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 15 Jul 1999 20:00:05 +0000 Subject: [PATCH] Add missing arg to Debug macro call --- libraries/libldap/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/tls.c b/libraries/libldap/tls.c index a127834152..9725dbe687 100644 --- a/libraries/libldap/tls.c +++ b/libraries/libldap/tls.c @@ -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; } -- 2.39.5