summaryrefslogtreecommitdiff
path: root/source3/client/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/client.c')
-rw-r--r--source3/client/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index a9e81cfd64..e023530cb5 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -4291,8 +4291,6 @@ static void usage(char *pname)
DEBUG(0,("\n"));
}
-
-
/****************************************************************************
main program
****************************************************************************/
@@ -4349,6 +4347,8 @@ static void usage(char *pname)
{
strcpy(service,argv[1]);
+ /* Convert any '/' characters in the service name to '\' characters */
+ string_replace( service, '/','\\');
argc--;
argv++;