From deabae191b34bdd350c7fe6c0c9ad05defa8d08c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 1 Jun 2010 21:08:38 +1000 Subject: s3:auth Rename user_info->client_domain -> user_info->client.domain_name This is closer to the structure I want for a common struct auth_usersupplied_info. Andrew Bartlett --- source3/auth/auth_netlogond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_netlogond.c') diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c index bb900ce4a2..947fd3a429 100644 --- a/source3/auth/auth_netlogond.c +++ b/source3/auth/auth_netlogond.c @@ -84,7 +84,7 @@ static NTSTATUS netlogond_validate(TALLOC_CTX *mem_ctx, * workstation logon' */ global_myname(), /* server name */ user_info->client.account_name, /* user name logging on. */ - user_info->client_domain, /* domain name */ + user_info->client.domain_name, /* domain name */ user_info->workstation_name, /* workstation name */ (uchar *)auth_context->challenge.data, /* 8 byte challenge. */ user_info->lm_resp, /* lanman 24 byte response */ -- cgit