lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20140210144417.3f7bcec4@nehalam.linuxnetplumber.net> Date: Mon, 10 Feb 2014 14:44:17 -0800 From: Stephen Hemminger <stephen@...workplumber.org> To: Cong Wang <xiyou.wangcong@...il.com> Cc: netdev@...r.kernel.org, Jamal Hadi Salim <jhs@...atatu.com> Subject: Re: [Patch iproute2] pedit: do not print debugging information by default On Wed, 29 Jan 2014 15:12:59 -0800 Cong Wang <xiyou.wangcong@...il.com> wrote: > Cc: Jamal Hadi Salim <jhs@...atatu.com> > Cc: Stephen Hemminger <stephen@...workplumber.org> > Signed-off-by: Cong Wang <xiyou.wangcong@...il.com> > > --- > diff --git a/tc/m_pedit.c b/tc/m_pedit.c > index 452d96f..16dd277 100644 > --- a/tc/m_pedit.c > +++ b/tc/m_pedit.c > @@ -30,7 +30,7 @@ > #include "m_pedit.h" > > static struct m_pedit_util *pedit_list; > -int pedit_debug = 1; > +static int pedit_debug; > > static void > explain(void) Applied -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists