mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
bug-fix in connection to port 445. cool! it works!
(This used to be commit 062b9302c1c7a21df74571ead5f89ce002820d53)
This commit is contained in:
parent
ebfa9fa928
commit
9c59351215
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user