dovecot-2.0-pigeonhole: Fixed sieve-test not to start in trace m...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Fri Jul 30 10:16:20 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/2b626836f00e
changeset: 1343:2b626836f00e
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Fri Jul 30 09:16:13 2010 +0200
description:
Fixed sieve-test not to start in trace mode by default.

diffstat:

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

diffs (12 lines):

diff -r e85d834b69cc -r 2b626836f00e src/sieve-tools/sieve-test.c
--- a/src/sieve-tools/sieve-test.c	Thu Jul 29 11:53:26 2010 +0200
+++ b/src/sieve-tools/sieve-test.c	Fri Jul 30 09:16:13 2010 +0200
@@ -262,7 +262,7 @@
 		scriptenv.smtp_close = sieve_smtp_close;
 		scriptenv.duplicate_mark = duplicate_mark;
 		scriptenv.duplicate_check = duplicate_check;
-		scriptenv.trace_stream = teststream;
+		scriptenv.trace_stream = tracestream;
 		scriptenv.trace_config = tr_config;
 		scriptenv.exec_status = &estatus;
 	


More information about the dovecot-cvs mailing list