From 520b6c0d5010731f6f512a9eb038f28adfd9cd03 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 2 Jul 2009 11:06:21 +0200 Subject: Fix two pointless statics --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/torture.c') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 1780f12094..012f8939c5 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -705,7 +705,7 @@ static bool rw_torture2(struct cli_state *c1, struct cli_state *c2) static bool run_readwritetest(int dummy) { - static struct cli_state *cli1, *cli2; + struct cli_state *cli1, *cli2; bool test1, test2 = False; if (!torture_open_connection(&cli1, 0) || !torture_open_connection(&cli2, 1)) { -- cgit