1
0
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:
Luke Leighton 1999-08-03 18:03:08 +00:00
parent ebfa9fa928
commit 9c59351215

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;
}