1
0
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:
Gerald Carter
2006-02-08 04:03:47 +00:00
committed by Gerald (Jerry) Carter
parent 845e49bdab
commit f351b9c6eb
3 changed files with 13 additions and 0 deletions

View File

@ -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)