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 <[email protected]>
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 

_______________________________________________
Commit-inetutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to