diff options
Diffstat (limited to 'source/torture/torture.c')
-rw-r--r-- | source/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/torture.c b/source/torture/torture.c index 4828861906f..8a4de57e7ff 100644 --- a/source/torture/torture.c +++ b/source/torture/torture.c @@ -537,7 +537,7 @@ static BOOL rw_torture2(struct cli_state *c1, struct cli_state *c2) static BOOL run_readwritetest(int dummy) { static struct cli_state *cli1, *cli2; - BOOL test1, test2; + BOOL test1, test2 = False; if (!torture_open_connection(&cli1) || !torture_open_connection(&cli2)) { return False; |