From 4918bf199cf258ea7cf95e23a692f9fb1b6e9e60 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 3 May 2003 04:30:21 +0000 Subject: Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farm (This used to be commit 0dfeaf4535bb1b2345dfd51208c51ce5069ea154) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 840b6ad294..07d7f1547e 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -1121,7 +1121,7 @@ static BOOL run_tcon_devtype_test(int dummy) BOOL retry; int flags = 0; NTSTATUS status; - BOOL ret; + BOOL ret = True; status = cli_full_connection(&cli1, myname, host, NULL, port_to_use, -- cgit