summaryrefslogtreecommitdiff
path: root/source3/auth/auth_sam.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-01-06 13:40:58 +0100
committerMichael Adam <obnox@samba.org>2010-01-07 11:07:57 +0100
commit5ad1b7e0c5aa7c8e0a0d55c2456e9d6354dc9bcc (patch)
treeb90b4378e84ced4005e0d95190a7c6e1f9b0cf8c /source3/auth/auth_sam.c
parent970317c413eae52af9976e5652362412dd3038e3 (diff)
downloadsamba-5ad1b7e0c5aa7c8e0a0d55c2456e9d6354dc9bcc.tar.gz
samba-5ad1b7e0c5aa7c8e0a0d55c2456e9d6354dc9bcc.tar.bz2
samba-5ad1b7e0c5aa7c8e0a0d55c2456e9d6354dc9bcc.zip
s3:auth:check_sam_security: fix a leading tab/ws mixup
Michael
Diffstat (limited to 'source3/auth/auth_sam.c')
-rw-r--r--source3/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c
index dd4a465e7d..7835b18183 100644
--- a/source3/auth/auth_sam.c
+++ b/source3/auth/auth_sam.c
@@ -385,7 +385,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context,
if(!NT_STATUS_IS_OK(pdb_update_sam_account(sampass)))
DEBUG(1, ("Failed to modify entry.\n"));
unbecome_root();
- }
+ }
nt_status = sam_account_ok(mem_ctx, sampass, user_info);