bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] [PATCH] build: fix syntax-check


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] [PATCH] build: fix syntax-check
Date: Tue, 01 Jul 2014 06:04:20 -0400

   > diff --git a/ftpd/ftpcmd.y b/ftpd/ftpcmd.y
   > index 440a4e2..f242139 100644
   > --- a/ftpd/ftpcmd.y
   > +++ b/ftpd/ftpcmd.y
   > @@ -1389,7 +1389,7 @@ static struct tab cmdtab[] = {
   >    { "ADAT", ADAT, OSTR, 0,        "<sp> security-data" },
   >    { "AUTH", AUTH, OSTR, 0,        "<sp> mechanism" },
   >    { "CCC", CCC, ARGS, 0,  "(clear command channel)" },
   > -  { "CONF", CONF, OSTR, 0,        "<sp> confidential-msg" },
   > +  { "CONF", CONF, OSTR, 0,        "<sp> confidential-msg" },
   >    { "ENC", ENC, OSTR, 0,  "<sp> private-message" },
   >    { "MIC", MIC, OSTR, 0,  "<sp> safe-message" },
   >    { "PBSZ", PBSZ, OSTR, 0,        "<sp> buf-size" },

   ping.  Is the patch good for master?

The change seems very invasive, and since you have reservations about
it for master, I think we should not apply it...

But really... Skip the ChangeLog entry; push/commit.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]