s3: Remove a pointless static
authorVolker Lendecke <vl@samba.org>
Sun, 27 Mar 2011 15:20:28 +0000 (17:20 +0200)
committerVolker Lendecke <vl@samba.org>
Sun, 27 Mar 2011 17:04:10 +0000 (19:04 +0200)
source3/torture/torture.c

index a2230ec2037791ae8a86052cc7d801f758955bdb..ebb305fbe1dffe6b33136ce8345b54e889887ca4 100644 (file)
@@ -2777,7 +2777,7 @@ static void rand_buf(char *buf, int len)
 static bool run_negprot_nowait(int dummy)
 {
        int i;
-       static struct cli_state *cli;
+       struct cli_state *cli;
        bool correct = True;
 
        printf("starting negprot nowait test\n");