From c0efc35b27d50c40bc04bfd9fb1d61ea5d32bde5 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 30 Nov 1998 15:32:15 +0000 Subject: [PATCH] andrej spotted problem with connect_serverlist (starts off assuming a connection succeeds...). --- source/libsmb/clientgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libsmb/clientgen.c b/source/libsmb/clientgen.c index d20ecfa1d93..fc0df84d4ac 100644 --- a/source/libsmb/clientgen.c +++ b/source/libsmb/clientgen.c @@ -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); -- 2.25.1