]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorHoward Chu <hyc@openldap.org>
Fri, 7 Apr 2006 03:08:43 +0000 (03:08 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 7 Apr 2006 03:08:43 +0000 (03:08 +0000)
servers/slapd/config.c

index f12fd95ccae9517b0782460072d870e44442ea11..2322f3a3413ac6b630e57cefcbc6bf65b89ae88b 100644 (file)
@@ -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,