From: Pierangelo Masarati Date: Thu, 27 Jan 2005 23:56:48 +0000 (+0000) Subject: use / as separator X-Git-Tag: OPENLDAP_REL_ENG_2_3_BP~231 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5339c6962011aecfeee0da38fe7e6ee3bcc0a36c;p=openldap use / as separator --- diff --git a/clients/tools/common.c b/clients/tools/common.c index 583da5a33c..39c6586d30 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -114,7 +114,7 @@ N_(" [!]noop\n") N_(" ppolicy\n") #endif #ifdef LDAP_CONTROL_X_CHAINING_BEHAVIOR -N_(" [!]chaining[=[,]]\n") +N_(" [!]chaining[=[/]]\n") N_(" one of \"chainingPreferred\", \"chainingRequired\",\n") N_(" \"referralsPreferred\", \"referralsRequired\"\n") #endif /* LDAP_CONTROL_X_CHAINING_BEHAVIOR */ @@ -304,7 +304,7 @@ tool_args( int argc, char **argv ) if ( cvalue != NULL ) { char *continuation; - continuation = strchr( cvalue, ',' ); + continuation = strchr( cvalue, '/' ); if ( continuation ) { /* FIXME: this makes sense only in searches */ *continuation++ = '\0';