commit-mailutils
[Top][All Lists]
Advanced

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

[SCM] GNU Mailutils branch, master, updated. release-2.2-660-gc80cac7


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-2.2-660-gc80cac7
Date: Thu, 22 Aug 2013 04:20:46 +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=c80cac74a8eb89f754d870d2032c04d1a86ea01f

The branch, master has been updated
       via  c80cac74a8eb89f754d870d2032c04d1a86ea01f (commit)
      from  784c724ff46f564d4313c2a6d8197922959eb09d (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 c80cac74a8eb89f754d870d2032c04d1a86ea01f
Author: Sergey Poznyakoff <address@hidden>
Date:   Thu Aug 22 07:20:12 2013 +0300

    Fix tls_required functionality in imap4d
    
    * imap4d/imap4d.c (imap4d_mainloop): Add missing break.

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

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

diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 932e48d..532e114 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -586,6 +586,7 @@ imap4d_mainloop (int ifd, int ofd, enum tls_mode tls)
     {
     case tls_required:
       imap4d_capability_add (IMAP_CAPA_XTLSREQUIRED);
+      break;
     case tls_no:
       imap4d_capability_remove (IMAP_CAPA_STARTTLS);
       tls_available = 0;


hooks/post-receive
-- 
GNU Mailutils



reply via email to

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