Re: [PATCH] netfilter: nft_counter: fix erroneous return values

From: Pablo Neira Ayuso
Date: Mon Feb 15 2016 - 13:27:15 EST


On Sat, Feb 06, 2016 at 11:31:19PM -0500, Anton Protopopov wrote:
> The nft_counter_init() and nft_counter_clone() functions should return
> negative error value -ENOMEM instead of positive ENOMEM.

Applied, thanks.