Re: [PATCH][V2] netfilter: remove redundant assignment to e

From: Pablo Neira Ayuso
Date: Mon Nov 13 2017 - 07:44:08 EST


On Tue, Nov 07, 2017 at 10:08:01AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
>
> The assignment to variable e is redundant since the same assignment
> occurs just a few lines later, hence it can be removed. Cleans up
> clang warning for arp_tables, ip_tables and ip6_tables:

Applied, thanks Colin.