cosmetic : Removed a pointless variable initialization in upgrade_secur_desc() (Fabian Keil)

edge.strict_endians
Jean-Pierre André 2011-08-04 15:49:36 +02:00
parent 246019fcd5
commit 35ad185ade
1 changed files with 0 additions and 1 deletions

View File

@ -1064,7 +1064,6 @@ static int upgrade_secur_desc(ntfs_volume *vol,
na = ntfs_attr_open(ni, AT_STANDARD_INFORMATION,
AT_UNNAMED, 0);
if (na) {
res = 0;
/* expand standard information attribute to v3.x */
res = ntfs_attr_truncate(na,
(s64)sizeof(STANDARD_INFORMATION));