Re: [PATCH] netfilter: nf_tables: remove redundant assignment of variable err

From: Pablo Neira Ayuso
Date: Wed Feb 03 2021 - 19:00:11 EST


On Thu, Feb 04, 2021 at 12:04:21AM +0100, Pablo Neira Ayuso wrote:
> On Thu, Jan 28, 2021 at 05:59:23PM +0000, Colin King wrote:
> > From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
> >
> > The variable err is being assigned a value that is never read,
> > the same error number is being returned at the error return
> > path via label err1. Clean up the code by removing the assignment.
>
> Applied to nf, thanks.

Sorry, I meant, nf-next