From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH 1/2] libxtables: xtables: remove unnecessary debug code Date: Tue, 20 Dec 2016 00:37:08 +0100 Message-ID: <20161219233708.GA4610@salvia> References: <1481554437-20319-1-git-send-email-mayhs11saini@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Shyam Saini Return-path: Received: from mail.us.es ([193.147.175.20]:36416 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753250AbcLSXhR (ORCPT ); Mon, 19 Dec 2016 18:37:17 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 883E47643 for ; Tue, 20 Dec 2016 00:37:15 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 79DFADA841 for ; Tue, 20 Dec 2016 00:37:15 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 589C7DA849 for ; Tue, 20 Dec 2016 00:37:13 +0100 (CET) Content-Disposition: inline In-Reply-To: <1481554437-20319-1-git-send-email-mayhs11saini@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Mon, Dec 12, 2016 at 08:23:56PM +0530, Shyam Saini wrote: > Remove unnecessary debug code Applied, thanks.