Author: jra Date: 2007-06-06 00:42:10 +0000 (Wed, 06 Jun 2007) New Revision: 23359
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23359 Log: Fix bug #4537, fix from [EMAIL PROTECTED] Jeremy. Modified: branches/SAMBA_3_0/source/torture/denytest.c branches/SAMBA_3_0_25/source/torture/denytest.c branches/SAMBA_3_0_26/source/torture/denytest.c Changeset: Modified: branches/SAMBA_3_0/source/torture/denytest.c =================================================================== --- branches/SAMBA_3_0/source/torture/denytest.c 2007-06-05 23:35:39 UTC (rev 23358) +++ branches/SAMBA_3_0/source/torture/denytest.c 2007-06-06 00:42:10 UTC (rev 23359) @@ -1515,7 +1515,7 @@ enum deny_result res; const char *fname = fnames[denytable2[i].isexe]; - progress_bar(i, ARRAY_SIZE(denytable1)); + progress_bar(i, ARRAY_SIZE(denytable2)); fnum1 = cli_open(cli1, fname, denytable2[i].mode1, Modified: branches/SAMBA_3_0_25/source/torture/denytest.c =================================================================== --- branches/SAMBA_3_0_25/source/torture/denytest.c 2007-06-05 23:35:39 UTC (rev 23358) +++ branches/SAMBA_3_0_25/source/torture/denytest.c 2007-06-06 00:42:10 UTC (rev 23359) @@ -1515,7 +1515,7 @@ enum deny_result res; const char *fname = fnames[denytable2[i].isexe]; - progress_bar(i, ARRAY_SIZE(denytable1)); + progress_bar(i, ARRAY_SIZE(denytable2)); fnum1 = cli_open(cli1, fname, denytable2[i].mode1, Modified: branches/SAMBA_3_0_26/source/torture/denytest.c =================================================================== --- branches/SAMBA_3_0_26/source/torture/denytest.c 2007-06-05 23:35:39 UTC (rev 23358) +++ branches/SAMBA_3_0_26/source/torture/denytest.c 2007-06-06 00:42:10 UTC (rev 23359) @@ -1515,7 +1515,7 @@ enum deny_result res; const char *fname = fnames[denytable2[i].isexe]; - progress_bar(i, ARRAY_SIZE(denytable1)); + progress_bar(i, ARRAY_SIZE(denytable2)); fnum1 = cli_open(cli1, fname, denytable2[i].mode1,
