[dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-storage.c, 1.130, 1.131
tss at dovecot.org
tss at dovecot.org
Sun Nov 12 20:04:57 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index/maildir
In directory talvi:/tmp/cvs-serv26523/src/lib-storage/index/maildir
Modified Files:
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.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- maildir-storage.c 9 Oct 2006 17:08:07 -0000 1.130
+++ maildir-storage.c 12 Nov 2006 20:04:55 -0000 1.131
@@ -818,7 +818,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