scoutfs-utils: zero minor variable in parse_walk_entry()

Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
Mark Fasheh
2017-08-31 12:56:26 -05:00
committed by Zach Brown
parent 2c89ff3a07
commit affdaddc15

View File

@@ -26,7 +26,7 @@ static int parse_walk_entry(struct scoutfs_ioctl_walk_inodes_entry *ent,
char *endptr;
char *c;
u64 ull;
u64 minor;
u64 minor = 0;
u64 *val;
memset(ent, 0, sizeof(*ent));