[dovecot-cvs] dovecot/src/plugins/trash trash-plugin.c,1.21,1.22
tss at dovecot.org
tss at dovecot.org
Tue Mar 13 18:01:56 EET 2007
Update of /var/lib/cvs/dovecot/src/plugins/trash
In directory talvi:/tmp/cvs-serv24735
Modified Files:
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.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- trash-plugin.c 22 Feb 2007 15:42:44 -0000 1.21
+++ trash-plugin.c 13 Mar 2007 16:01:49 -0000 1.22
@@ -99,7 +99,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