From: Jan Vcelak Date: Thu, 23 Feb 2012 23:49:13 +0000 (-0800) Subject: ITS#7177 doc updates, further cleanup needed X-Git-Tag: OPENLDAP_REL_ENG_2_4_30~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aabec0dc93bdd9d3fe9ad46033212d761e599daa;p=openldap ITS#7177 doc updates, further cleanup needed --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 63e246c33a..398c4f5d83 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -412,7 +412,7 @@ tool_args( int argc, char **argv ) case 'c': /* continuous operation mode */ contoper++; break; - case 'C': + case 'C': /* referrals: obsolete */ referrals++; break; case 'd': @@ -1329,7 +1329,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 ) {