diff options
author | Gerald Carter <jerry@samba.org> | 2006-02-08 04:03:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:09:57 -0500 |
commit | f351b9c6eb05fc051d639ee47e3dd56a4de7ec16 (patch) | |
tree | 2ddc91c890d1851684ffe4fcf360a7fb5f89773e /source3/auth | |
parent | 845e49bdab36fc9e16b0e8440cfa0a427c240a21 (diff) | |
download | samba-f351b9c6eb05fc051d639ee47e3dd56a4de7ec16.tar.gz samba-f351b9c6eb05fc051d639ee47e3dd56a4de7ec16.tar.bz2 samba-f351b9c6eb05fc051d639ee47e3dd56a4de7ec16.zip |
r13382: added server affinity cache stores for 'net rpc join' and trusted domain code
(This used to be commit 9eb743584d32cdb67e0512ac915c34565bce1c01)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_domain.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 81ae7c1340..c91cbf7af1 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -210,6 +210,10 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, return nt_status; } + /* store a successful connection */ + + saf_store( domain, cli->desthost ); + ZERO_STRUCT(info3); /* |