[dovecot-cvs] dovecot/src/plugins/quota quota-count.c,1.2,1.3

tss at dovecot.org tss at dovecot.org
Wed Dec 20 15:18:47 UTC 2006


Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv22156

Modified Files:
	quota-count.c 
Log Message:
Compiler warning fix



Index: quota-count.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota-count.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- quota-count.c	3 Dec 2006 18:55:38 -0000	1.2
+++ quota-count.c	20 Dec 2006 15:18:45 -0000	1.3
@@ -75,7 +75,7 @@
 {
 	struct mail_storage *const *storages;
 	unsigned int i, count;
-	int ret;
+	int ret = 0;
 
 	i_assert(!quota->counting);
 



More information about the dovecot-cvs mailing list