mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-smbtorture: fix build warning (shadowed NTSTATUS variable).
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed May 18 14:17:13 CEST 2011 on sn-devel-104
This commit is contained in:
parent
b25f7d4020
commit
d97faae7db
@ -822,7 +822,6 @@ static bool rw_torture2(struct cli_state *c1, struct cli_state *c2)
|
|||||||
|
|
||||||
for (i = 0; i < torture_numops; i++)
|
for (i = 0; i < torture_numops; i++)
|
||||||
{
|
{
|
||||||
NTSTATUS status;
|
|
||||||
size_t buf_size = ((unsigned)sys_random()%(sizeof(buf)-1))+ 1;
|
size_t buf_size = ((unsigned)sys_random()%(sizeof(buf)-1))+ 1;
|
||||||
if (i % 10 == 0) {
|
if (i % 10 == 0) {
|
||||||
printf("%d\r", i); fflush(stdout);
|
printf("%d\r", i); fflush(stdout);
|
||||||
|
Loading…
Reference in New Issue
Block a user