dovecot-2.2-pigeonhole: Fixed SMTP crash.

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Wed Jan 9 01:55:58 EET 2013


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/c937a4060ee2
changeset: 1701:c937a4060ee2
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Wed Jan 09 00:55:49 2013 +0100
description:
Fixed SMTP crash.
By Timo Sirainen.

diffstat:

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

diffs (13 lines):

diff -r 50c067006c67 -r c937a4060ee2 src/lib-sieve/sieve-smtp.c
--- a/src/lib-sieve/sieve-smtp.c	Wed Jan 09 00:38:07 2013 +0100
+++ b/src/lib-sieve/sieve-smtp.c	Wed Jan 09 00:55:49 2013 +0100
@@ -19,8 +19,7 @@
     if ( senv->smtp_open == NULL || senv->smtp_close == NULL )
         return NULL;
 
-    return senv->smtp_open
-        (senv->script_context, destination, return_path, output_r);
+    return senv->smtp_open(senv, destination, return_path, output_r);
 }
 
 bool sieve_smtp_close


More information about the dovecot-cvs mailing list