From a60ba5461855825c71e290f03fa1182210f87cae Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 27 Mar 2011 17:20:28 +0200 Subject: s3: Remove a pointless static --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index a2230ec203..ebb305fbe1 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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"); -- cgit