Giuseppe Scrivano <[email protected]> writes:

> ---
>  ChangeLog     | 4 ++++
>  ftpd/ftpcmd.y | 2 +-
>  2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 9967cf8..fb27c06 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,7 @@
> +2014-06-28  Giuseppe Scrivano  <[email protected]>
> +
> +     * ftpd/ftpcmd.y (cmdtab): Remove space-tab sequence.
> +
>  2014-06-05  Mats Erik Andersson  <[email protected]>
>  
>       ftp: Alternate selection of .netrc file.
> 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?

Thanks,
Giuseppe

Reply via email to