From 5ad1b7e0c5aa7c8e0a0d55c2456e9d6354dc9bcc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 6 Jan 2010 13:40:58 +0100 Subject: s3:auth:check_sam_security: fix a leading tab/ws mixup Michael --- source3/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') 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); -- cgit