Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farm
authorAndrew Bartlett <abartlet@samba.org>
Sat, 3 May 2003 04:30:21 +0000 (04:30 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 3 May 2003 04:30:21 +0000 (04:30 +0000)
(This used to be commit 0dfeaf4535bb1b2345dfd51208c51ce5069ea154)

source3/torture/torture.c

index 840b6ad2947a26e77da71cd3a48829e57d638888..07d7f1547eddd605a03832b4b445b6f75de7a47f 100644 (file)
@@ -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,