From 546d16500d0dce4d451efb7793065b323bf8edbd Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 22 Apr 2009 11:54:13 +0200 Subject: Fix 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 c6efa803fa..49150c3521 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -3452,7 +3452,7 @@ static bool run_deletetest(int dummy) */ static bool run_properties(int dummy) { - static struct cli_state *cli; + struct cli_state *cli; bool correct = True; printf("starting properties test\n"); -- cgit