summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/libsmb/clientgen.c2
1 files changed, 1 insertions, 1 deletions
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);