s3:auth:check_sam_security: fix a leading tab/ws mixup
authorMichael Adam <obnox@samba.org>
Wed, 6 Jan 2010 12:40:58 +0000 (13:40 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 25 Jan 2010 11:49:24 +0000 (12:49 +0100)
Michael
(cherry picked from commit 093607e082657ebbf2b49dd5d615c5e6f14c8dcb)

source3/auth/auth_sam.c

index dd4a465e7d515c78af8dc3b9fb76e8007c4fd3fb..7835b1818325708d4212bf65f65c13b956510b67 100644 (file)
@@ -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);