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:
parent
ca5efdc66a
commit
a26167041f
@ -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)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user