diff options
Diffstat (limited to 'source3')
-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 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"); |