From 7f63a310624c4a30a12a5dac0f94e68102491e6e Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Mon, 30 Nov 1998 15:32:15 +0000 Subject: andrej spotted problem with connect_serverlist (starts off assuming a connection succeeds...). (This used to be commit c0efc35b27d50c40bc04bfd9fb1d61ea5d32bde5) --- source3/libsmb/clientgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index d20ecfa1d9..fc0df84d4a 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/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); -- cgit