From 192f83540c3ed8fa47795fc3d916d66d1189e808 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 25 Oct 2001 18:56:06 +0000 Subject: [PATCH] missing leading quote --- 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 aa286aeea1..4cfd6a93dd 100644 --- a/libraries/libldap/tls.c +++ b/libraries/libldap/tls.c @@ -168,7 +168,7 @@ ldap_pvt_tls_init_def_ctx( void ) calist = get_ca_list( tls_opt_cacertfile, tls_opt_cacertdir ); if ( !calist ) { Debug( LDAP_DEBUG_ANY, "TLS: " - could not load client CA list (file:`%s',dir:`%s').\n", + "could not load client CA list (file:`%s',dir:`%s').\n", tls_opt_cacertfile ? tls_opt_cacertfile : "", tls_opt_cacertdir ? tls_opt_cacertdir : "", 0 ); -- 2.39.5