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)
committerMichael Adam <obnox@samba.org>
Thu, 7 Jan 2010 10:07:57 +0000 (11:07 +0100)
Michael

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);