dovecot-2.0-pigeonhole: Fixed compiler warning caused by previou...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Jul 4 01:22:16 EEST 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/076024ff7430
changeset: 1315:076024ff7430
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Jul 04 00:22:09 2010 +0200
description:
Fixed compiler warning caused by previous change.

diffstat:

 src/managesieve/managesieve-capabilities.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2ab267d4c8b5 -r 076024ff7430 src/managesieve/managesieve-capabilities.c
--- a/src/managesieve/managesieve-capabilities.c	Sat Jul 03 23:32:28 2010 +0200
+++ b/src/managesieve/managesieve-capabilities.c	Sun Jul 04 00:22:09 2010 +0200
@@ -122,7 +122,7 @@
 {
 	const struct plugin_settings *global_plugin_settings;
 	struct sieve_instance *svinst;
-	const char *extensions, *notify_cap;
+	const char *notify_cap;
 	
 	/* Read plugin settings */
 


More information about the dovecot-cvs mailing list