mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
ITS#7177 doc updates, further cleanup needed
This commit is contained in:
parent
1542d29a99
commit
4685391f8f
@ -445,7 +445,7 @@ tool_args( int argc, char **argv )
|
||||
case 'c': /* continuous operation mode */
|
||||
contoper++;
|
||||
break;
|
||||
case 'C':
|
||||
case 'C': /* referrals: obsolete */
|
||||
referrals++;
|
||||
break;
|
||||
case 'd':
|
||||
@ -1399,7 +1399,7 @@ dnssrv_free:;
|
||||
|
||||
if( private_setup ) private_setup( ld );
|
||||
|
||||
/* referrals */
|
||||
/* referrals: obsolete */
|
||||
if( ldap_set_option( ld, LDAP_OPT_REFERRALS,
|
||||
referrals ? LDAP_OPT_ON : LDAP_OPT_OFF ) != LDAP_OPT_SUCCESS )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user