Fix tls_required functionality in imap4d
* imap4d/imap4d.c (imap4d_mainloop): Add missing break.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -586,6 +586,7 @@ imap4d_mainloop (int ifd, int ofd, enum tls_mode tls) | ... | @@ -586,6 +586,7 @@ imap4d_mainloop (int ifd, int ofd, enum tls_mode tls) |
586 | { | 586 | { |
587 | case tls_required: | 587 | case tls_required: |
588 | imap4d_capability_add (IMAP_CAPA_XTLSREQUIRED); | 588 | imap4d_capability_add (IMAP_CAPA_XTLSREQUIRED); |
589 | break; | ||
589 | case tls_no: | 590 | case tls_no: |
590 | imap4d_capability_remove (IMAP_CAPA_STARTTLS); | 591 | imap4d_capability_remove (IMAP_CAPA_STARTTLS); |
591 | tls_available = 0; | 592 | tls_available = 0; | ... | ... |
-
Please register or sign in to post a comment