commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. rel-2_1-36-gf9766e2


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. rel-2_1-36-gf9766e2
Date: Thu, 11 Feb 2010 06:35:06 +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 Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=f9766e22019f9d1fa51351b339b75137450be73f

The branch, master has been updated
       via  f9766e22019f9d1fa51351b339b75137450be73f (commit)
      from  88c2fc773ed17a22beebaabafc9c8ce8ecfc939d (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 -----------------------------------------------------------------
commit f9766e22019f9d1fa51351b339b75137450be73f
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Feb 11 08:36:14 2010 +0200

    Bugfix
    
    * libproto/mailer/smtp.c (cram_md5): Remove left-over
    assignment to challenge_len.

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

Summary of changes:
 libproto/mailer/smtp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libproto/mailer/smtp.c b/libproto/mailer/smtp.c
index 32ccb66..f5a6f1c 100644
--- a/libproto/mailer/smtp.c
+++ b/libproto/mailer/smtp.c
@@ -643,7 +643,6 @@ cram_md5 (char *secret, unsigned char *challenge, size_t 
challenge_len,
     return;
 
   secret_len = strlen (secret);
-  challenge_len = strlen ((char*) challenge);
   memset (ipad, 0, sizeof (ipad));
   memset (opad, 0, sizeof (opad));
 


hooks/post-receive
-- 
GNU Mailutils




reply via email to

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