1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r13515: Make sure to store the correct domain name in the server affinity cache.

(This used to be commit a918e4ac24)
This commit is contained in:
Gerald Carter 2006-02-15 18:45:25 +00:00 committed by Gerald (Jerry) Carter
parent ca5efdc66a
commit a26167041f

View File

@ -360,7 +360,7 @@ static NTSTATUS cm_prepare_connection(const struct winbindd_domain *domain,
/* cache the server name for later connections */
saf_store( (*cli)->domain, (*cli)->desthost );
saf_store( domain->name, (*cli)->desthost );
if (!cli_send_tconX(*cli, "IPC$", "IPC", "", 0)) {