[dovecot-cvs] dovecot/src/plugins/trash trash-plugin.c, 1.5.2.10, 1.5.2.11

tss at dovecot.org tss at dovecot.org
Tue Mar 13 18:01:47 EET 2007


Update of /var/lib/cvs/dovecot/src/plugins/trash
In directory talvi:/tmp/cvs-serv24739

Modified Files:
      Tag: branch_1_0
	trash-plugin.c 
Log Message:
compiler warning fix



Index: trash-plugin.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/trash/trash-plugin.c,v
retrieving revision 1.5.2.10
retrieving revision 1.5.2.11
diff -u -d -r1.5.2.10 -r1.5.2.11
--- trash-plugin.c	22 Feb 2007 15:42:41 -0000	1.5.2.10
+++ trash-plugin.c	13 Mar 2007 16:01:43 -0000	1.5.2.11
@@ -111,7 +111,7 @@
 {
 	struct trash_mailbox *trashes;
 	unsigned int i, j, count, oldest_idx;
-	time_t oldest, received;
+	time_t oldest, received = 0;
 	uint64_t size, size_expunged = 0, expunged_count = 0;
 	int ret = 0;
 



More information about the dovecot-cvs mailing list