From: Jan Vcelak Date: Thu, 23 Feb 2012 23:49:13 +0000 (-0800) Subject: ITS#7177 doc updates, further cleanup needed X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4685391f8fdb2401284ae889df66022b4091b1d5;p=openldap ITS#7177 doc updates, further cleanup needed --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 5624945c51..9c98b620a9 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -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 ) {