andrej spotted problem with connect_serverlist (starts off assuming
authorLuke Leighton <lkcl@samba.org>
Mon, 30 Nov 1998 15:32:15 +0000 (15:32 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 30 Nov 1998 15:32:15 +0000 (15:32 +0000)
a connection succeeds...).

source/libsmb/clientgen.c

index d20ecfa1d93704f634ac82bb73cc9ad88cbcbff0..fc0df84d4acf49c7311b1dc4069f3e60f3fa63f2 100644 (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;
        fstring remote_machine;
        struct in_addr dest_ip;
        struct nmb_name calling, called;
-       BOOL connected_ok = True;
+       BOOL connected_ok = False;
 
        ZERO_STRUCTP(cli);
 
 
        ZERO_STRUCTP(cli);