Fixed owner of files when different from Windows owner

N2009_11_14_FIXES
jpandre 2008-08-21 10:58:19 +00:00
parent 3b44e8890a
commit 225ec94d5c
1 changed files with 1 additions and 0 deletions

View File

@ -3080,6 +3080,7 @@ const SID *ntfs_acl_owner(const char *securattr)
&& (pace->type == ACCESS_ALLOWED_ACE_TYPE)
&& ntfs_is_user_sid(&pace->sid))
found = TRUE;
offace += le16_to_cpu(pace->size);
} while (!found && (++nace < acecnt));
}
if (found)