]> git.sur5r.net Git - openldap/commitdiff
cleanup previous commit
authorPierangelo Masarati <ando@openldap.org>
Thu, 23 Mar 2006 23:01:14 +0000 (23:01 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 23 Mar 2006 23:01:14 +0000 (23:01 +0000)
servers/slapd/back-ldap/bind.c
servers/slapd/back-meta/conn.c

index a2d94cec191de90d8a8bfba646c7357251cae102..27888d19d03177afb135f1b1a37684e493199ad8 100644 (file)
@@ -447,7 +447,7 @@ ldap_back_prepare_conn( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_bac
        }
        ldap_set_option( ld, LDAP_OPT_PROTOCOL_VERSION, (const void *)&vers );
 
-       /* automatically chase referrals ("chase-referrals [{yes|no}" statement) */
+       /* automatically chase referrals ("chase-referrals [{yes|no}]" statement) */
        ldap_set_option( ld, LDAP_OPT_REFERRALS,
                LDAP_BACK_CHASE_REFERRALS( li ) ? LDAP_OPT_ON : LDAP_OPT_OFF );
 
index a02518e32e580b2c2d7764fd9146c76f5cacaa91..1bb5fedc488c6a67b3e039a0cd8570e214d49313 100644 (file)
@@ -281,7 +281,7 @@ meta_back_init_one_conn(
 
        /* automatically chase referrals ("chase-referrals [{yes|no}]" statement) */
        ldap_set_option( msc->msc_ld, LDAP_OPT_REFERRALS,
-               LDAP_BACK_CHASE_REFERRALS( mi ) ?  LDAP_OPT_ON : LDAP_OPT_OFF );
+               LDAP_BACK_CHASE_REFERRALS( mi ) ? LDAP_OPT_ON : LDAP_OPT_OFF );
 
 #ifdef HAVE_TLS
        /* start TLS ("tls [try-]{start|propagate}" statement) */