Fix two pointless statics
authorVolker Lendecke <vl@samba.org>
Thu, 2 Jul 2009 09:06:21 +0000 (11:06 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 3 Jul 2009 21:20:57 +0000 (23:20 +0200)
source3/torture/torture.c

index 1780f12094964b5181208b954c7f7ddaa4f214d9..012f8939c5bd7fda91716fedbc195b103be93f07 100644 (file)
@@ -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)) {