From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 3/3] rule: xml: delete trailing space Date: Mon, 17 Jun 2013 21:28:37 +0200 Message-ID: <20130617192837.GD13504@localhost> References: <20130615011603.3778.67261.stgit@nfdev.cica.es> <20130615011615.3778.76826.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Return-path: Received: from mail.us.es ([193.147.175.20]:50169 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644Ab3FQT2p (ORCPT ); Mon, 17 Jun 2013 15:28:45 -0400 Content-Disposition: inline In-Reply-To: <20130615011615.3778.76826.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Jun 15, 2013 at 03:16:15AM +0200, Arturo Borrero wrote: > This patch fix a trailing space in rule xml_snprintf. Applied, thanks.