]> git.sur5r.net Git - openldap/commitdiff
Add missing arg to Debug macro call
authorKurt Zeilenga <kurt@openldap.org>
Thu, 15 Jul 1999 20:00:05 +0000 (20:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 15 Jul 1999 20:00:05 +0000 (20:00 +0000)
libraries/libldap/tls.c

index a12783415205487c39e715023e623d7bec49feae..9725dbe687a4def4def3e1cdbf13098b096086d5 100644 (file)
@@ -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;
                }