From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: Resend: [PATCH] Fix iptables-save output of libxt_owner match Date: Fri, 06 Jun 2008 14:20:43 +0200 Message-ID: <48492B9B.3020401@trash.net> References: <20080606114215.GA4474@innominate.com> <48492756.40508@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Lutz Jaenicke , netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:43021 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005AbYFFMUq (ORCPT ); Fri, 6 Jun 2008 08:20:46 -0400 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > libxt_owner: add spaces to output > > It could happen that -- was printed on iptables-save with > owner rules (owner_mt_save() function) without the obligatory space > inbetween. Also transfer printing of the space character into > owner_mt_print_item(). Applied, thanks.