From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftnl PATCH 4/5] expr: reject: Convert the type of a variable Date: Thu, 5 Jun 2014 15:20:08 +0200 Message-ID: <20140605132008.GG20181@localhost> References: <1401881891-4990-1-git-send-email-anarey@gmail.com> <1401881891-4990-5-git-send-email-anarey@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Ana Rey Return-path: Received: from mail.us.es ([193.147.175.20]:42430 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751800AbaFENUT (ORCPT ); Thu, 5 Jun 2014 09:20:19 -0400 Content-Disposition: inline In-Reply-To: <1401881891-4990-5-git-send-email-anarey@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Jun 04, 2014 at 01:38:10PM +0200, Ana Rey wrote: > Convert the type of a variable from uint16_t to uint8_t. Applied, thanks.