diff options
-rw-r--r-- | source3/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_domain.c b/source3/auth/auth_domain.c index 47d4eb025b..a4e798e4e9 100644 --- a/source3/auth/auth_domain.c +++ b/source3/auth/auth_domain.c @@ -299,7 +299,7 @@ static NTSTATUS domain_client_validate(TALLOC_CTX *mem_ctx, /* store a successful connection */ - saf_store( domain, cli->desthost ); + saf_store(domain, dc_name); /* * If this call succeeds, we now have lots of info about the user |