From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 1/2] set_elem: xml: avoid code duplication Date: Fri, 27 Sep 2013 16:05:53 +0200 Message-ID: <20130927140553.GA10107@localhost> References: <20130925221302.16997.17406.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:43712 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752485Ab3I0OF6 (ORCPT ); Fri, 27 Sep 2013 10:05:58 -0400 Content-Disposition: inline In-Reply-To: <20130925221302.16997.17406.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Sep 26, 2013 at 12:13:02AM +0200, Arturo Borrero Gonzalez wrote: > This patch removes 3x code duplication in the XML snprintf function. Applied, thanks.