X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=source3%2Fclient%2Fclient.c;h=f5f27474d994c7c821ce5ef0280aa5c053af4141;hp=33ce7e30f74ed75acca7a0e4ef03e1262688827c;hb=a56f0e93ea775ede87de478f9b09de2daa72ca27;hpb=f5bc0e92a66b418b2bd8f3669a9642b4d46bc8d1 diff --git a/source3/client/client.c b/source3/client/client.c index 33ce7e30f74..f5f27474d99 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -2499,7 +2499,13 @@ static int do_message_op(void) usage(pname); exit(1); } - + + /* FIXME: At the moment, if the user should happen to give the + * options ahead of the service name (in standard Unix + * fashion) then smbclient just spits out the usage message + * with no explanation of what in particular was wrong. Is + * there any reason we can't just parse out the service name + * and password after running getopt?? -- mbp */ if (*argv[1] != '-') { pstrcpy(service,argv[1]); /* Convert any '/' characters in the service name to '\' characters */