commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-23-gabb0be


From: Giuseppe Scrivano
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_2-23-gabb0bed
Date: Tue, 01 Jul 2014 10:21:25 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  abb0bed745b939efcd4a1edcb93513cff85c6100 (commit)
      from  38246ac903db567f149dad428403f2182ea03b4e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=abb0bed745b939efcd4a1edcb93513cff85c6100


commit abb0bed745b939efcd4a1edcb93513cff85c6100
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Jun 28 13:23:06 2014 +0200

    build: fix syntax-check

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" },

-----------------------------------------------------------------------

Summary of changes:
 ftpd/ftpcmd.y |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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