1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

fixed -c option to NBENCH test

(This used to be commit f9e3b91f58df30440c8b90007997e012101235e3)
This commit is contained in:
Andrew Tridgell 2002-03-03 20:31:35 +00:00
parent 309818b2a1
commit a59893fc4b

View File

@ -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);