]> git.sur5r.net Git - openldap/commitdiff
ITS#7177 doc updates, further cleanup needed
authorJan Vcelak <jvcelak@redhat.com>
Thu, 23 Feb 2012 23:49:13 +0000 (15:49 -0800)
committerHoward Chu <hyc@openldap.org>
Thu, 23 Feb 2012 23:49:13 +0000 (15:49 -0800)
clients/tools/common.c

index 5624945c5127da30754ddbdc1e3f39539a0becca..9c98b620a98ac7ce7c4cbd49325e5918faef88e0 100644 (file)
@@ -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 )
                {