From 5339c6962011aecfeee0da38fe7e6ee3bcc0a36c Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 27 Jan 2005 23:56:48 +0000 Subject: [PATCH] use / as separator --- clients/tools/common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.39.5