1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00

andrej spotted problem with connect_serverlist (starts off assuming

a connection succeeds...).
This commit is contained in:
Luke Leighton
-
parent e4930f5f48
commit c0efc35b27

View File

@@ -2725,7 +2725,7 @@ BOOL cli_connect_serverlist(struct cli_state *cli, char *p)
fstring remote_machine;
struct in_addr dest_ip;
struct nmb_name calling, called;
BOOL connected_ok = True;
BOOL connected_ok = False;
ZERO_STRUCTP(cli);