1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

bug-fix in connection to port 445. cool! it works!

This commit is contained in:
Luke Leighton -
parent 5f821e6501
commit 062b9302c1

View File

@ -2526,6 +2526,7 @@ BOOL cli_connect(struct cli_state *cli, const char *host, struct in_addr *ip)
if (cli->fd == -1) return False;
}
cli->port = port;
return True;
}