cleanup previous commit

This commit is contained in:
Pierangelo Masarati 2006-03-23 23:01:14 +00:00
parent 3437406a0b
commit 3160c03dab
2 changed files with 2 additions and 2 deletions

View 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 );