From 35ad185adeec6daece657feff79fdcbc0224ba45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Thu, 4 Aug 2011 15:49:36 +0200 Subject: [PATCH] cosmetic : Removed a pointless variable initialization in upgrade_secur_desc() (Fabian Keil) --- libntfs-3g/security.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libntfs-3g/security.c b/libntfs-3g/security.c index b3ffc440..5a72c782 100644 --- a/libntfs-3g/security.c +++ b/libntfs-3g/security.c @@ -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));