mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
missing leading quote
This commit is contained in:
parent
187f190fb6
commit
192f83540c
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user