summaryrefslogtreecommitdiff
path: root/source3/auth/auth_netlogond.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-06-01 21:53:42 +1000
committerAndrew Bartlett <abartlet@samba.org>2010-08-14 11:58:13 +1000
commite66f6e715fc98641f6cb20f137867723a315f672 (patch)
treef37a9f9f534f4837181c93d94e9e66082d947429 /source3/auth/auth_netlogond.c
parent23994e1b53b8528007f6325ce5f286712ec021be (diff)
downloadsamba-e66f6e715fc98641f6cb20f137867723a315f672.tar.gz
samba-e66f6e715fc98641f6cb20f137867723a315f672.tar.bz2
samba-e66f6e715fc98641f6cb20f137867723a315f672.zip
s3:auth Whitespace fixes after auth merge
Diffstat (limited to 'source3/auth/auth_netlogond.c')
-rw-r--r--source3/auth/auth_netlogond.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c
index 446b9e2ee4..889371c722 100644
--- a/source3/auth/auth_netlogond.c
+++ b/source3/auth/auth_netlogond.c
@@ -84,8 +84,8 @@ static NTSTATUS netlogond_validate(TALLOC_CTX *mem_ctx,
user_info->logon_parameters, /* flags such as 'allow
* workstation logon' */
global_myname(), /* server name */
- user_info->client.account_name, /* user name logging on. */
- user_info->client.domain_name, /* domain name */
+ user_info->client.account_name, /* user name logging on. */
+ user_info->client.domain_name, /* domain name */
user_info->workstation_name, /* workstation name */
(uchar *)auth_context->challenge.data, /* 8 byte challenge. */
user_info->password.response.lanman, /* lanman 24 byte response */