From d97faae7db451184d61c860d9756cdce2d792519 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 18 May 2011 13:15:01 +0200 Subject: s3-smbtorture: fix build warning (shadowed NTSTATUS variable). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed May 18 14:17:13 CEST 2011 on sn-devel-104 --- source3/torture/torture.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit