diff options
author | Günther Deschner <gd@samba.org> | 2011-05-18 13:15:01 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-18 14:17:13 +0200 |
commit | d97faae7db451184d61c860d9756cdce2d792519 (patch) | |
tree | 8e7f7b9c87af186810968f6fc1456fe7e2363363 /source3/torture | |
parent | b25f7d4020276c199b29597ba4c575d9f8f8a4e3 (diff) | |
download | samba-d97faae7db451184d61c860d9756cdce2d792519.tar.gz samba-d97faae7db451184d61c860d9756cdce2d792519.tar.bz2 samba-d97faae7db451184d61c860d9756cdce2d792519.zip |
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
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index a05fbbf4bc..684e0790be 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -822,7 +822,6 @@ static bool rw_torture2(struct cli_state *c1, struct cli_state *c2) for (i = 0; i < torture_numops; i++) { - NTSTATUS status; size_t buf_size = ((unsigned)sys_random()%(sizeof(buf)-1))+ 1; if (i % 10 == 0) { printf("%d\r", i); fflush(stdout); |