Fixed header after merging security attributes

N2009_11_14_FIXES
jpandre 2007-10-30 08:54:31 +00:00
parent c7850ddf82
commit 442cbe8a73
1 changed files with 2 additions and 0 deletions

View File

@ -4443,6 +4443,8 @@ static BOOL mergesecurityattr(ntfs_volume *vol, const char *oldattr,
pos += size;
} else
targhead->group = cpu_to_le32(0);
targhead->revision = SECURITY_DESCRIPTOR_REVISION;
targhead->alignment = 0;
targhead->control = cpu_to_le16(present | selection);
ok = !update_secur_descr(vol, target, ni);
free(target);