mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Fix use of uninitialised value in TCONDEV test - found by sun1 on the build farm
(This used to be commit 0dfeaf4535bb1b2345dfd51208c51ce5069ea154)
This commit is contained in:
parent
bdf912f5a2
commit
4918bf199c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user