diff options
author | Andrew Tridgell <tridge@samba.org> | 2002-03-03 20:31:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2002-03-03 20:31:35 +0000 |
commit | a59893fc4b74e25448f54676fac27c3896f490fa (patch) | |
tree | bddf85e8d494f0b44772a041d7051ea3db6b4f31 /source3 | |
parent | 309818b2a19d4047abe86560897325f952dc4929 (diff) | |
download | samba-a59893fc4b74e25448f54676fac27c3896f490fa.tar.gz samba-a59893fc4b74e25448f54676fac27c3896f490fa.tar.bz2 samba-a59893fc4b74e25448f54676fac27c3896f490fa.zip |
fixed -c option to NBENCH test
(This used to be commit f9e3b91f58df30440c8b90007997e012101235e3)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 617d9e62cb..f51556eb25 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3276,7 +3276,7 @@ static void usage(void) fstrcpy(workgroup, lp_workgroup()); - while ((opt = getopt(argc, argv, "hW:U:n:N:O:o:m:Ld:A")) != EOF) { + while ((opt = getopt(argc, argv, "hW:U:n:N:O:o:m:Ld:Ac:")) != EOF) { switch (opt) { case 'W': fstrcpy(workgroup,optarg); |