diff options
author | Tim Potter <tpot@samba.org> | 2003-05-27 00:00:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-27 00:00:49 +0000 |
commit | 2e83e50da0cc2b39d7d7b5dd2e36b78fa838a583 (patch) | |
tree | 24e37cb7d5231c6eed02aaa4efec6f94f7ff2dca /source3 | |
parent | a0f1567ae4389fc4fd35a4d7b29c755f474c9445 (diff) | |
download | samba-2e83e50da0cc2b39d7d7b5dd2e36b78fa838a583.tar.gz samba-2e83e50da0cc2b39d7d7b5dd2e36b78fa838a583.tar.bz2 samba-2e83e50da0cc2b39d7d7b5dd2e36b78fa838a583.zip |
Merge from SAMBA_3_0: initialise return value in run_tcon_devtype_test()
(This used to be commit ce0d4f8eaa2fed1713eae83b6d508e407b521e6d)
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 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, |