mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
missing leading quote
This commit is contained in:
parent
187f190fb6
commit
192f83540c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue