dovecot-2.2-pigeonhole: lib-sieve: message body: Erroneously omi...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Dec 30 20:39:19 UTC 2015


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/520a75edcf99
changeset: 2185:520a75edcf99
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Dec 30 21:36:29 2015 +0100
description:
lib-sieve: message body: Erroneously omitted break statement in switch block.

diffstat:

 src/lib-sieve/sieve-message.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r edf27ea6c07e -r 520a75edcf99 src/lib-sieve/sieve-message.c
--- a/src/lib-sieve/sieve-message.c	Wed Dec 30 21:34:33 2015 +0100
+++ b/src/lib-sieve/sieve-message.c	Wed Dec 30 21:36:29 2015 +0100
@@ -1345,6 +1345,7 @@
 				case _HDR_CONTENT_TYPE:
 					body_part->content_type =
 						p_strdup(pool, _parse_content_type(block.hdr));
+					break;
 				case _HDR_CONTENT_DISPOSITION:
 					body_part->content_disposition =
 						p_strdup(pool, _parse_content_disposition(block.hdr));


More information about the dovecot-cvs mailing list