Ignore the return value of DE_INTERNALIZE().
This commit is contained in:
parent
c039317a5f
commit
bd0b79c8eb
@ -240,7 +240,7 @@ deget(pmp, dirclust, diroffset, depp)
|
||||
*depp = NULL;
|
||||
return (error);
|
||||
}
|
||||
DE_INTERNALIZE(ldep, direntptr);
|
||||
(void)DE_INTERNALIZE(ldep, direntptr);
|
||||
brelse(bp);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user