summaryrefslogtreecommitdiff
path: root/source3/auth/auth.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.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.c')
-rw-r--r--source3/auth/auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c
index 5c50bb8826..ed8888ff93 100644
--- a/source3/auth/auth.c
+++ b/source3/auth/auth.c
@@ -248,7 +248,7 @@ static NTSTATUS check_ntlm_password(const struct auth_context *auth_context,
NTSTATUS result;
mem_ctx = talloc_init("%s authentication for user %s\\%s", auth_method->name,
- user_info->mapped.domain_name, user_info->client.account_name);
+ user_info->mapped.domain_name, user_info->client.account_name);
result = auth_method->auth(auth_context, auth_method->private_data, mem_ctx, user_info, server_info);