mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix typo
This commit is contained in:
parent
c6d0edc3b7
commit
4c754ec249
1 changed files with 1 additions and 1 deletions
|
|
@ -1340,7 +1340,7 @@ int bindconf_tls_set( slap_bindconf *bc, LDAP *ld )
|
|||
}
|
||||
#ifdef HAVE_OPENSSL_CRL
|
||||
if ( bc->sb_tls_crlcheck ) {
|
||||
rc = ldap_int_tls_config( ld, LDAP_OPT_X_TLS_REQUIRE_CERT,
|
||||
rc = ldap_int_tls_config( ld, LDAP_OPT_X_TLS_CRLCHECK,
|
||||
bc->sb_tls_crlcheck );
|
||||
if ( rc ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
|
|
|
|||
Loading…
Reference in a new issue