missing leading quote

This commit is contained in:
Pierangelo Masarati 2001-10-25 18:56:06 +00:00
parent 187f190fb6
commit 192f83540c

View File

@ -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 );