[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.115.2.11, 1.115.2.12
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 20:04:20 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv26315/src/lib-storage/index/maildir
Modified Files:
Tag: branch_1_0
maildir-storage.c
Log Message:
Fixed some warnings with older gccs.
Index: maildir-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/maildir/maildir-storage.c,v
retrieving revision 1.115.2.11
retrieving revision 1.115.2.12
diff -u -d -r1.115.2.11 -r1.115.2.12
--- maildir-storage.c 9 Oct 2006 17:08:04 -0000 1.115.2.11
+++ maildir-storage.c 12 Nov 2006 20:04:18 -0000 1.115.2.12
@@ -829,7 +829,7 @@
}
if (maildir_mailbox_list_deinit(ctx) < 0) {
ret = -1;
- count = 0;
+ names = NULL; count = 0;
} else {
names = array_get(&names_arr, &count);
}
More information about the dovecot-cvs
mailing list