mirror of
https://github.com/samba-team/samba.git
synced 2025-08-06 17:32:29 +03:00
r13382: added server affinity cache stores for 'net rpc join' and trusted domain code
(This used to be commit 9eb743584d
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
845e49bdab
commit
f351b9c6eb
@ -5541,6 +5541,10 @@ static int rpc_trustdom_establish(int argc, const char **argv)
|
||||
nt_errstr(nt_status)));
|
||||
return -1;
|
||||
}
|
||||
|
||||
/* store who we connected to */
|
||||
|
||||
saf_store( domain_name, cli->desthost );
|
||||
|
||||
/*
|
||||
* Connect to \\server\ipc$ again (this time anonymously)
|
||||
|
Reference in New Issue
Block a user