ntfsinfo: cosmetic fix in SDS dumping

edge.strict_endians
yura 2006-07-01 11:14:08 +00:00
parent 755e9cafbd
commit dde61e1091
1 changed files with 2 additions and 1 deletions

View File

@ -1016,7 +1016,8 @@ static ntfschar NTFS_DATA_SDS[5] = { const_cpu_to_le16('$'),
static void ntfs_dump_sds_entry(SECURITY_DESCRIPTOR_HEADER *sds)
{
SECURITY_DESCRIPTOR_RELATIVE *sd;
ntfs_log_verbose("\n");
ntfs_log_verbose("\t\tHash:\t\t\t 0x%08x\n", le32_to_cpu(sds->hash));
ntfs_log_verbose("\t\tSecurity id:\t\t %u\n",
le32_to_cpu(sds->security_id));