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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user