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_8-206-g1f40280


From: Alfred M. Szmidt
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-206-g1f40280
Date: Sun, 25 Dec 2011 12:30:28 +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  1f40280ae3dd4096daa3ad86044bb65ac8a21194 (commit)
      from  0db09b449c8a03807a91ddc51abf7368bcc46d3b (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=1f40280ae3dd4096daa3ad86044bb65ac8a21194


commit 1f40280ae3dd4096daa3ad86044bb65ac8a21194
Author: Alfred M. Szmidt <address@hidden>
Date:   Sun Dec 25 13:29:54 2011 +0100

    Fix typo in previous change.  (silent change)

diff --git a/libtelnet/encrypt.c b/libtelnet/encrypt.c
index 1f2bb97..69e3465 100644
--- a/libtelnet/encrypt.c
+++ b/libtelnet/encrypt.c
@@ -229,7 +229,7 @@ encrypt_list_types (void)
 }
 
 int
-EncryptEnable (char *type, *mode)
+EncryptEnable (char *type, char *mode)
 {
   if (isprefix (type, "help") || isprefix (type, "?"))
     {
@@ -243,7 +243,7 @@ EncryptEnable (char *type, *mode)
 }
 
 int
-EncryptDisable (char *type, *mode)
+EncryptDisable (char *type, char *mode)
 {
   Encryptions *ep;
   int ret = 0;

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

Summary of changes:
 libtelnet/encrypt.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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