dovecot-2.2-pigeonhole: lib-sieve: Fixed handling of implicit keep.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Thu Oct 30 08:44:16 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/85039fc9befa
changeset: 1948:85039fc9befa
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Thu Oct 30 09:43:18 2014 +0100
description:
lib-sieve: Fixed handling of implicit keep.
The sieve_result_execute() function returned the wrong status result.

diffstat:

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

diffs (12 lines):

diff -r cb25972deaec -r 85039fc9befa src/lib-sieve/sieve-result.c
--- a/src/lib-sieve/sieve-result.c	Wed Oct 29 22:00:31 2014 +0100
+++ b/src/lib-sieve/sieve-result.c	Thu Oct 30 09:43:18 2014 +0100
@@ -1423,7 +1423,7 @@
 	sieve_result_transaction_finish
 		(result, first_action, status);
 
-	return status;
+	return result_status;
 }
 
 /*


More information about the dovecot-cvs mailing list