[email protected] (Alfred M. Szmidt) writes: > > 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.
heh, I didn't do anything for so many years, I thought it was rude to just push without informing you. Ok, thanks for the ACK, I've just pushed it. Regards, Giuseppe
