dovecot-2.0-pigeonhole: testsuite: fixed compiler warning.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Sat Sep 17 10:05:06 EEST 2011
details: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/6cb7f5478ca4
changeset: 1533:6cb7f5478ca4
user: Stephan Bosch <stephan at rename-it.nl>
date: Wed Sep 14 17:18:24 2011 +0200
description:
testsuite: fixed compiler warning.
diffstat:
src/testsuite/testsuite-script.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r f3a4ddd68bc8 -r 6cb7f5478ca4 src/testsuite/testsuite-script.c
--- a/src/testsuite/testsuite-script.c Wed Sep 14 17:17:15 2011 +0200
+++ b/src/testsuite/testsuite-script.c Wed Sep 14 17:18:24 2011 +0200
@@ -41,7 +41,6 @@
{
struct sieve_instance *svinst = testsuite_sieve_instance;
struct sieve_binary *sbin;
- const char *sieve_dir;
const char *script_path;
sieve_runtime_trace(renv, SIEVE_TRLVL_TESTS, "compile script `%s'", script);
@@ -51,7 +50,7 @@
return SIEVE_EXEC_FAILURE;
script_path = t_strconcat(script_path, "/", script, NULL);
-
+
if ( (sbin = sieve_compile(svinst, script_path, NULL, testsuite_log_ehandler,
NULL)) == NULL )
return NULL;
More information about the dovecot-cvs
mailing list