diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-06-01 21:11:14 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-06-07 23:34:28 +1000 |
commit | fc956cfcbb53103ed46a3729364e88536d569dc9 (patch) | |
tree | 12464f914d37587354e7a5f625867cfc9f0b485b /source3/auth/auth_netlogond.c | |
parent | deabae191b34bdd350c7fe6c0c9ad05defa8d08c (diff) | |
download | samba-fc956cfcbb53103ed46a3729364e88536d569dc9.tar.gz |
s3:auth Rename user_info->domain -> user_info->mapped.domain_name
This is closer to the structure I want for a common struct
auth_usersupplied_info.
Andrew Bartlett
Diffstat (limited to 'source3/auth/auth_netlogond.c')
-rw-r--r-- | source3/auth/auth_netlogond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index 947fd3a4294..6bd7c3d8c39 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -282,7 +282,7 @@ static NTSTATUS check_netlogond_security(const struct auth_context *auth_context okay: status = make_server_info_info3(mem_ctx, user_info->client.account_name, - user_info->domain, server_info, + user_info->mapped.domain_name, server_info, info3); if (!NT_STATUS_IS_OK(status)) { DEBUG(10, ("make_server_info_info3 failed: %s\n", |