diff options
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |