dovecot-2.0: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 7 03:45:51 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/9efddc9abfce
changeset: 11098:9efddc9abfce
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 07 03:45:48 2010 +0300
description:
Compiler warning fix.

diffstat:

 src/plugins/imap-zlib/imap-zlib-plugin.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0979e9e1e124 -r 9efddc9abfce src/plugins/imap-zlib/imap-zlib-plugin.c
--- a/src/plugins/imap-zlib/imap-zlib-plugin.c	Wed Apr 07 03:43:02 2010 +0300
+++ b/src/plugins/imap-zlib/imap-zlib-plugin.c	Wed Apr 07 03:45:48 2010 +0300
@@ -70,7 +70,7 @@
 	struct istream *old_input;
 	struct ostream *old_output;
 	const char *mechanism, *value;
-	int level;
+	unsigned int level;
 
 	/* <mechanism> */
 	if (!client_read_args(cmd, 0, 0, &args))


More information about the dovecot-cvs mailing list