diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-06-01 21:53:42 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-08-14 11:58:13 +1000 |
commit | e66f6e715fc98641f6cb20f137867723a315f672 (patch) | |
tree | f37a9f9f534f4837181c93d94e9e66082d947429 /source3/auth/auth.c | |
parent | 23994e1b53b8528007f6325ce5f286712ec021be (diff) | |
download | samba-e66f6e715fc98641f6cb20f137867723a315f672.tar.gz samba-e66f6e715fc98641f6cb20f137867723a315f672.tar.xz samba-e66f6e715fc98641f6cb20f137867723a315f672.zip |
s3:auth Whitespace fixes after auth merge
Diffstat (limited to 'source3/auth/auth.c')
-rw-r--r-- | source3/auth/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth.c b/source3/auth/auth.c index 5c50bb88265..ed8888ff93e 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); |